Skip to content

Commit

Permalink
fix: jm update resources (#253)
Browse files Browse the repository at this point in the history
* fix: jm update resources

update app, cnp resources

* fix: update-ressources

- remove autoscale
- fix cnpg
  • Loading branch information
igorrenquin authored Jul 5, 2024
1 parent f29e54f commit 58dc90e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
app:
host: "api-monsuivipsy.fabrique.social.gouv.fr"
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 200m
memory: 768Mi

pg:
backup:
name: "202404161204" # backup on a new folder
cnpg-cluster:
resources:
requests:
memory: 1Gi
limits:
cpu: "1"
memory: 1Gi
recovery:
enabled: true
~tpl~database: "{{ .Values.global.pgDatabase }}"
Expand Down

0 comments on commit 58dc90e

Please sign in to comment.