Skip to content

Commit

Permalink
fix: add cnpg limits
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Oct 6, 2023
1 parent 6b301fd commit 7d19e20
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,21 @@ frontend-aime:
dashboard:
host: bo-tumeplay.fabrique.social.gouv.fr


pg:
resources:
requests:
memory: 128Mi
limits:
memory: 1Gi

pg-metabase:
~chart: pg
# cnpg-cluster:
# extensions:
# - fuzzystrmatch
# - uuid-ossp
# - citext
# - pgcrypto
# - hstore
resources:
requests:
memory: 128Mi
limits:
memory: 1Gi

metabase:
enabled: true
Expand Down

0 comments on commit 7d19e20

Please sign in to comment.