diff --git a/build/templates/values.yaml b/build/templates/values.yaml index 46f3190c..9a1878d2 100644 --- a/build/templates/values.yaml +++ b/build/templates/values.yaml @@ -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