mirror of
https://github.com/thomiceli/opengist.git
synced 2025-01-08 17:42:40 +00:00
Values
This commit is contained in:
parent
4372c8200e
commit
808375c7ea
2 changed files with 5 additions and 6 deletions
|
@ -88,7 +88,7 @@ spec:
|
|||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: opengist-data
|
||||
mountPath: {{ .Values.persistence.filestore_dir }}
|
||||
mountPath: /opengist
|
||||
- name: config
|
||||
mountPath: /config.yml
|
||||
subPath: config.yml
|
||||
|
|
|
@ -51,13 +51,13 @@ livenessProbe:
|
|||
timeoutSeconds: 3
|
||||
periodSeconds: 30
|
||||
successThreshold: 1
|
||||
failureThreshold: 10
|
||||
failureThreshold: 5
|
||||
|
||||
readinessProbe:
|
||||
enabled: true
|
||||
initialDelaySeconds: 60
|
||||
initialDelaySeconds: 10
|
||||
timeoutSeconds: 3
|
||||
periodSeconds: 30
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 2
|
||||
|
||||
|
@ -87,7 +87,6 @@ persistence:
|
|||
# storageClass:
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
filestore_dir: /opengist
|
||||
|
||||
autoscaling:
|
||||
enabled: false
|
||||
|
@ -115,7 +114,7 @@ tolerations: []
|
|||
affinity: {}
|
||||
|
||||
serviceAccount:
|
||||
create: true
|
||||
create: false
|
||||
automount: true
|
||||
annotations: {}
|
||||
name: ""
|
||||
|
|
Loading…
Reference in a new issue