Skip to content

Commit

Permalink
fix: 1000jours strapi resources (#1754)
Browse files Browse the repository at this point in the history
update strapi ressources
  • Loading branch information
igorrenquin authored Jul 3, 2024
1 parent c51cab2 commit d8903b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ global:
host: "les1000jours.fabrique.social.gouv.fr"

app-strapi:
resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 1000m
memory: 2Gi
replicas: 1 # mandatory because volume is RWO
strategyType: Recreate # idem
addVolumes:
Expand Down

0 comments on commit d8903b8

Please sign in to comment.