mirror of
https://github.com/thomiceli/opengist.git
synced 2025-01-09 18:02: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 }}
|
{{- 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
|
||||||
|
|
|
@ -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: ""
|
||||||
|
|
Loading…
Reference in a new issue