Browse Source

Add resource settings

pull/143/head
Ta-Ching Chen 3 years ago
parent
commit
aca74707c2
  1. 12
      helm-guestbook/values.yaml

12
helm-guestbook/values.yaml

@ -31,12 +31,12 @@ resources: {}
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
nodeSelector: {}

Loading…
Cancel
Save