Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
msm1984 authored Sep 1, 2024
1 parent 139aec8 commit 9fe005e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mychart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ db:
HOST: "postgresql"
resources:
limits:
cpu: 2000m
ephemeralStorage: 3000Mi
memory: 3000Mi
cpu: 1000m
ephemeralStorage: 1000Mi
memory: 1000Mi
requests:
cpu: 2000m
ephemeralStorage: 2000Mi
memory: 2000Mi
cpu: 1000m
ephemeralStorage: 1000Mi
memory: 1000Mi
service:
name: postgresql
type: ClusterIP
Expand Down

0 comments on commit 9fe005e

Please sign in to comment.