Skip to content

Commit

Permalink
fix : addResources
Browse files Browse the repository at this point in the history
  • Loading branch information
igorrenquin authored and pYassine committed Sep 17, 2024
1 parent b1eb207 commit 6ce26e7
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 6ce26e7

Please sign in to comment.