From 6e7047cb14aeb99b8ed48c7e5a9a1eb556bd04fb Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Tue, 16 Jul 2024 13:15:08 +0100 Subject: [PATCH] fix: remove readiness probe --- charts/helix/templates/deployments/helix.yaml | 2 -- charts/helix/values.yaml | 9 ++------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/charts/helix/templates/deployments/helix.yaml b/charts/helix/templates/deployments/helix.yaml index a325e7c38..22267a873 100644 --- a/charts/helix/templates/deployments/helix.yaml +++ b/charts/helix/templates/deployments/helix.yaml @@ -54,8 +54,6 @@ spec: {{- if eq .Values.enableProbes true }} livenessProbe: {{- toYaml .Values.helix.livenessProbe | nindent 12 }} - readinessProbe: - {{- toYaml .Values.helix.readinessProbe| nindent 12 }} startupProbe: {{- toYaml .Values.helix.startupProbe | nindent 12 }} {{- end }} diff --git a/charts/helix/values.yaml b/charts/helix/values.yaml index 03587635d..d1aa31886 100644 --- a/charts/helix/values.yaml +++ b/charts/helix/values.yaml @@ -78,13 +78,8 @@ helix: httpGet: path: /accounts/login port: http - initialDelaySeconds: 600 - terminationGracePeriodSeconds: 600 - readinessProbe: - {} - # httpGet: - # path: /accounts/login/ - # port: http + initialDelaySeconds: 30 + terminationGracePeriodSeconds: 60 startupProbe: httpGet: path: /accounts/login