Update values.yaml

This commit is contained in:
Gabriel Cerioni 2023-01-04 22:00:01 -03:00 committed by GitHub
parent 9dd73288b4
commit b27011ceb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ ingress:
# hosts:
# - chart-example.local
resources: {}
resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# 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
@ -34,9 +34,9 @@ resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
requests:
# cpu: 100m
# memory: 128Mi
memory: 30Mi
nodeSelector: {}