Skip to content

Commit

Permalink
fix: autoscale prod
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed May 30, 2024
1 parent 555122a commit 809609d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
NEXT_PUBLIC_BASE_PATH: https://cdtn-admin.fabrique.social.gouv.fr

www:
autoscale:
enabled: true
host: cdtn-admin.fabrique.social.gouv.fr
ingress:
annotations:
Expand All @@ -32,7 +34,8 @@ export:
memory: "896Mi"

hasura:
replicas: 2
autoscale:
enabled: true
resources:
limits:
cpu: "2000m"
Expand Down

0 comments on commit 809609d

Please sign in to comment.