mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-16 11:31:30 +00:00
Merge pull request #109 from maxupp/patch-1
fix: make copy-app-data resource quotas configurable
This commit is contained in:
commit
2b83759321
@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: open-webui
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
appVersion: 0.4.2
|
||||
home: https://www.openwebui.com/
|
||||
icon: >-
|
||||
|
@ -41,6 +41,9 @@ spec:
|
||||
{{- end }}
|
||||
command: ['sh', '-c', 'cp -R -n /app/backend/data/* /tmp/app-data/']
|
||||
{{- with .Values.containerSecurityContext }}
|
||||
{{- with .Values.copy-app-data.resources }}
|
||||
resources: {{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
securityContext:
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user