Skip to content

Commit

Permalink
fix : addResources
Browse files Browse the repository at this point in the history
  • Loading branch information
igorrenquin authored Sep 11, 2024
1 parent 9cb18f6 commit 7b7ec4b
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,25 @@ frontend:
certSecretName: frontend-crt

portail-admins:
autoscale:
minReplicas: 2
maxReplicas: 4
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi

host: "admin-{{ .Values.global.host }}"
certSecretName: portail-admins-crt

portail-usagers:
autoscale:
minReplicas: 2
maxReplicas: 4
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi
host: "mon-{{ .Values.global.host }}"
certSecretName: portail-usagers-crt

Expand Down

0 comments on commit 7b7ec4b

Please sign in to comment.