fix requests resources (#1156)

This commit is contained in:
Stavros Kois
2023-04-24 13:34:57 +03:00
committed by GitHub
parent 9ccf7e6b30
commit 797fa1291d
21 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ type: library
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2304.0.0
version: 2304.0.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -9,11 +9,11 @@ resources:
cpu: {{ .Values.cpuLimit }}
memory: {{ .Values.memLimit }}
{{ end }}
requests:
cpu: 10m
memory: 50Mi
{{ if .Values.gpuConfiguration }}
{{ toYaml .Values.gpuConfiguration | nindent 4 }}
{{ end }}
requests:
cpu: 10m
memory: 50Mi
{{ end }}
{{ end }}