mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Fix and improve helm update script
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3102dbfaeb
commit
405162e103
27 changed files with 70 additions and 69 deletions
|
|
@ -9,7 +9,7 @@ spec:
|
|||
storageClassName: {{ .Values.STORAGE_CLASS }}
|
||||
{{- end }}
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.MAX_STORAGE_SIZE }}
|
||||
storage: 1Gi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue