Skip to content

Commit

Permalink
fix: fix cnpg resources
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Mar 24, 2024
1 parent 0d900ec commit 3f5dde1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/cloudnative-pg/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
resources:
requests:
cpu: 3m
memory: 32Mi
cpu: 5m
memory: 80Mi
limits:
cpu: 30m
memory: 64Mi
cpu: 100m
memory: 144Mi

0 comments on commit 3f5dde1

Please sign in to comment.