CEC-4013 CPU Limits (#308)

* CEC-4013 removing CPU limits

* CEC-4013 deployment template changes

---------

Co-authored-by: Christopher Rai <christopherrai@Christophers-MacBook-Pro.local>
This commit is contained in:
craifiskerinc
2023-04-12 10:51:18 -04:00
committed by GitHub
parent 2620109acb
commit 3df50576b9
6 changed files with 6 additions and 11 deletions

View File

@@ -24,12 +24,7 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.registry }}/{{ .Values.image.name }}:{{ .Values.image.tag}}"
resources:
requests:
cpu: {{ .Values.resources.requests.cpu }}
memory: {{ .Values.resources.requests.memory }}
limits:
cpu: {{ .Values.resources.limits.cpu }}
memory: {{ .Values.resources.limits.memory }}
{{- toYaml .Values.resources | nindent 12 }}
env:
# non-secret env vars
{{- range $name, $value := $.Values.env }}

View File

@@ -6,7 +6,7 @@ resources:
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
#cpu: 250m
memory: 256Mi
replicas: 3

View File

@@ -6,7 +6,7 @@ resources:
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
#cpu: 250m
memory: 256Mi
replicas: 3

View File

@@ -6,7 +6,7 @@ resources:
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
#cpu: 250m
memory: 256Mi
replicas: 1

View File

@@ -6,7 +6,7 @@ resources:
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
#cpu: 250m
memory: 256Mi
replicas: 3

View File

@@ -6,7 +6,7 @@ resources:
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
#cpu: 250m
memory: 256Mi
replicas: 1