From eaf3a2feb75a943538262c11715ef52d1026c428 Mon Sep 17 00:00:00 2001 From: "Andreas S. Skeidsvoll" Date: Tue, 5 Mar 2024 14:09:45 +0100 Subject: [PATCH] Try removing liveness probe --- repos/testing/minio/Chart.yaml | 2 +- repos/testing/minio/templates/deployment.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/repos/testing/minio/Chart.yaml b/repos/testing/minio/Chart.yaml index 6caf9c2f..87ac3fb4 100755 --- a/repos/testing/minio/Chart.yaml +++ b/repos/testing/minio/Chart.yaml @@ -6,7 +6,7 @@ maintainers: email: spteam@metacenter.no home: https://minio.io/ icon: https://secure.gravatar.com/avatar/2a5ff6e3cc19dfd93b2e9e5c790449d3.jpg -version: 1.0.14 +version: 1.0.15 keywords: - File sharing - Cloud storage diff --git a/repos/testing/minio/templates/deployment.yaml b/repos/testing/minio/templates/deployment.yaml index a5f083e4..f56f401e 100644 --- a/repos/testing/minio/templates/deployment.yaml +++ b/repos/testing/minio/templates/deployment.yaml @@ -96,12 +96,6 @@ spec: securityContext: runAsUser: {{ .Values.uid }} runAsGroup: {{ .Values.gid }} - livenessProbe: - httpGet: - path: /minio/health/live - port: 9000 - initialDelaySeconds: 30 - timeoutSeconds: 30 volumeMounts: - name: passwd mountPath: /etc/passwd