mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
fix requests resources (#1156)
This commit is contained in:
@@ -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
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user