mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-13 10:35:54 +08:00
2c5fa27afb
Signed-off-by: Simon L <szaimen@e.mail.de>
15 lines
346 B
YAML
Executable file
15 lines
346 B
YAML
Executable file
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: nextcloud-aio-apache
|
|
name: nextcloud-aio-apache
|
|
spec:
|
|
{{- if .Values.STORAGE_CLASS }}
|
|
storageClassName: {{ .Values.STORAGE_CLASS }}
|
|
{{- end }}
|
|
accessModes:
|
|
- ReadWriteMany
|
|
resources:
|
|
requests:
|
|
storage: {{ .Values.MAX_STORAGE_SIZE }}
|