Create Helm-chart

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
root 2022-12-22 12:29:31 +00:00 committed by Simon L
parent 353b65fa09
commit 2c5fa27afb
30 changed files with 930 additions and 4 deletions

View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
io.kompose.service: nextcloud-aio-database-dump
name: nextcloud-aio-database-dump
spec:
{{- if .Values.STORAGE_CLASS }}
storageClassName: {{ .Values.STORAGE_CLASS }}
{{- end }}
accessModes:
- ReadWriteMany
resources:
requests:
storage: {{ .Values.MAX_STORAGE_SIZE }}