From 808375c7eac7489d70443535cc801d9b72df9467 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Thu, 5 Sep 2024 18:43:53 +0200 Subject: [PATCH] Values --- deploy/helm/templates/deployment.yaml | 2 +- deploy/helm/values.yaml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/deploy/helm/templates/deployment.yaml b/deploy/helm/templates/deployment.yaml index 58b7ee1..619d817 100644 --- a/deploy/helm/templates/deployment.yaml +++ b/deploy/helm/templates/deployment.yaml @@ -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 diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index a45a432..fe2671f 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -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: ""