Skip to content

Commit

Permalink
Merge pull request #17 from linode/sr-fix-psql-res
Browse files Browse the repository at this point in the history
fix: postgresql default resources
  • Loading branch information
CasLubbers authored Sep 25, 2024
2 parents 7749a5c + e4605d9 commit 3f4bc73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quickstart-postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ bootstrap:
##
resources:
limits:
cpu: 100m
memory: 128Mi
cpu: "1"
memory: 1Gi
requests:
cpu: 50m
memory: 64Mi
cpu: 200m
memory: 256Mi

## @param networkpolicies Create network policies for the PostgreSQL deployment
## @param create Set to true to create network policies
Expand Down

0 comments on commit 3f4bc73

Please sign in to comment.