Skip to content

Commit

Permalink
fix: adapt correct values.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
willsamu committed Apr 16, 2024
1 parent bda8c14 commit eb2f8e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build/templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,17 @@ tls:
# username: john_doe
# password: changeme

# Uncomment the following resources definitions or pass them from
# command line to control the CPU and memory resources allocated
# by Pods of this StatefulSet.
resources: {}
# limits:
# cpu: 100m
# memory: 512Mi
# requests:
# cpu: 100m
# memory: 512Mi

networkPolicy:
enabled: false

Expand Down

0 comments on commit eb2f8e9

Please sign in to comment.