mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-14 18:38:21 +00:00
fix: make copy-app-data resource quotas configurable
This commit is contained in:
parent
48ab03c9d6
commit
abc23d2ad4
@ -41,6 +41,9 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
command: ['sh', '-c', 'cp -R -n /app/backend/data/* /tmp/app-data/']
|
command: ['sh', '-c', 'cp -R -n /app/backend/data/* /tmp/app-data/']
|
||||||
{{- with .Values.containerSecurityContext }}
|
{{- with .Values.containerSecurityContext }}
|
||||||
|
{{- with .Values.copy-app-data.resources }}
|
||||||
|
resources: {{- toYaml . | nindent 10 }}
|
||||||
|
{{- end }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml . | nindent 10 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user