Skip to content

Commit

Permalink
chore: increase cnpg memory in prod (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve authored Feb 5, 2024
1 parent 03da701 commit 335bf4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ hasura:
name: hasura
- secretRef:
name: hasura

pg:
cnpg-cluster:
resources:
requests:
memory: 2Gi
limits:
memory: 2Gi

0 comments on commit 335bf4f

Please sign in to comment.