Skip to content

Commit 6ce26e7

Browse files
igorrenquinpYassine
authored andcommitted
fix : addResources
1 parent b1eb207 commit 6ce26e7

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.kontinuous/env/prod/values.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,25 @@ frontend:
151151
certSecretName: frontend-crt
152152

153153
portail-admins:
154-
autoscale:
155-
minReplicas: 2
156-
maxReplicas: 4
154+
resources:
155+
requests:
156+
cpu: 100m
157+
memory: 128Mi
158+
limits:
159+
cpu: 200m
160+
memory: 256Mi
161+
157162
host: "admin-{{ .Values.global.host }}"
158163
certSecretName: portail-admins-crt
159164

160165
portail-usagers:
161-
autoscale:
162-
minReplicas: 2
163-
maxReplicas: 4
166+
resources:
167+
requests:
168+
cpu: 100m
169+
memory: 128Mi
170+
limits:
171+
cpu: 200m
172+
memory: 256Mi
164173
host: "mon-{{ .Values.global.host }}"
165174
certSecretName: portail-usagers-crt
166175

0 commit comments

Comments
 (0)