We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1eb207 commit 6ce26e7Copy full SHA for 6ce26e7
.kontinuous/env/prod/values.yaml
@@ -151,16 +151,25 @@ frontend:
151
certSecretName: frontend-crt
152
153
portail-admins:
154
- autoscale:
155
- minReplicas: 2
156
- maxReplicas: 4
+ resources:
+ requests:
+ cpu: 100m
157
+ memory: 128Mi
158
+ limits:
159
+ cpu: 200m
160
+ memory: 256Mi
161
+
162
host: "admin-{{ .Values.global.host }}"
163
certSecretName: portail-admins-crt
164
165
portail-usagers:
166
167
168
169
170
171
172
173
host: "mon-{{ .Values.global.host }}"
174
certSecretName: portail-usagers-crt
175
0 commit comments