Fix Helm chart run failures due to low resources (#1536)

Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
This commit is contained in:
Art Matsak 2024-06-09 03:05:44 +02:00 committed by GitHub
parent 260149b35a
commit e1ece4a27a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -316,16 +316,14 @@ vespa:
# runAsUser: 1000
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
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# requests:
# cpu: 1500m
# memory: 4000Mi
# # limits:
# # cpu: 100m
# # memory: 128Mi
# The Vespa Helm chart specifies default resources, which are quite modest. We override
# them here to increase chances of the chart running successfully.
requests:
cpu: 1500m
memory: 4000Mi
# limits:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []