Skip to content

Commit

Permalink
fix: jardinmental update resources
Browse files Browse the repository at this point in the history
add requests limit
  • Loading branch information
igorrenquin authored Sep 23, 2024
1 parent 9db3596 commit af9c5cd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
app:
autoscale:
enabled: true
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 200m
memory: 384Mi
host: jardinmental.fabrique.social.gouv.fr
redirectFrom:
- jardinmental.fr
Expand Down

0 comments on commit af9c5cd

Please sign in to comment.