chart fixes and readme edits

This commit is contained in:
2023-10-20 00:03:15 -04:00
parent 0462913304
commit 42b6aa33a0
24 changed files with 697 additions and 258 deletions

View File

@@ -13,6 +13,15 @@ spec:
labels:
app.kubernetes.io/name: nextcloud
spec:
tolerations:
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 1
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 1
containers:
- name: nextcloud
image: {{ .Values.nextcloud.image }}
@@ -94,8 +103,10 @@ spec:
persistentVolumeClaim:
claimName: {{ .Release.Name }}-postgres-iops
- name: redis
persistentVolumeClaim:
claimName: {{ .Release.Name }}-redis-iops
emptyDir:
sizeLimit: 2Gi
# persistentVolumeClaim:
# claimName: {{ .Release.Name }}-redis-iops
- name: postgres-init
secret:
secretName: {{ .Release.Name }}-postgres-init