This commit is contained in:
Thomas Miceli 2024-09-05 18:43:53 +02:00
parent 4372c8200e
commit 808375c7ea
2 changed files with 5 additions and 6 deletions

View file

@ -88,7 +88,7 @@ spec:
{{- end }} {{- end }}
volumeMounts: volumeMounts:
- name: opengist-data - name: opengist-data
mountPath: {{ .Values.persistence.filestore_dir }} mountPath: /opengist
- name: config - name: config
mountPath: /config.yml mountPath: /config.yml
subPath: config.yml subPath: config.yml

View file

@ -51,13 +51,13 @@ livenessProbe:
timeoutSeconds: 3 timeoutSeconds: 3
periodSeconds: 30 periodSeconds: 30
successThreshold: 1 successThreshold: 1
failureThreshold: 10 failureThreshold: 5
readinessProbe: readinessProbe:
enabled: true enabled: true
initialDelaySeconds: 60 initialDelaySeconds: 10
timeoutSeconds: 3 timeoutSeconds: 3
periodSeconds: 30 periodSeconds: 10
successThreshold: 1 successThreshold: 1
failureThreshold: 2 failureThreshold: 2
@ -87,7 +87,6 @@ persistence:
# storageClass: # storageClass:
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 10Gi size: 10Gi
filestore_dir: /opengist
autoscaling: autoscaling:
enabled: false enabled: false
@ -115,7 +114,7 @@ tolerations: []
affinity: {} affinity: {}
serviceAccount: serviceAccount:
create: true create: false
automount: true automount: true
annotations: {} annotations: {}
name: "" name: ""