From a7202b5c9c414ac98b6ef8d8a571d86dd9f6a8df Mon Sep 17 00:00:00 2001 From: Ertugrul Aypek Date: Wed, 16 Oct 2024 12:58:39 +0200 Subject: [PATCH] add startup probe to upgrade server prod (#539) --- deploy/prod/common-values-upgrade-server-left.yaml | 6 ++++++ deploy/prod/common-values-upgrade-server-right.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/deploy/prod/common-values-upgrade-server-left.yaml b/deploy/prod/common-values-upgrade-server-left.yaml index f7f8368ed..509845eed 100644 --- a/deploy/prod/common-values-upgrade-server-left.yaml +++ b/deploy/prod/common-values-upgrade-server-left.yaml @@ -17,6 +17,12 @@ ports: name: health protocol: TCP +startupProbe: + enabled: true + httpGet: + path: /health + port: health + livenessProbe: httpGet: path: /health diff --git a/deploy/prod/common-values-upgrade-server-right.yaml b/deploy/prod/common-values-upgrade-server-right.yaml index 73c152316..6f2ecd05d 100644 --- a/deploy/prod/common-values-upgrade-server-right.yaml +++ b/deploy/prod/common-values-upgrade-server-right.yaml @@ -17,6 +17,12 @@ ports: name: health protocol: TCP +startupProbe: + enabled: true + httpGet: + path: /health + port: health + livenessProbe: httpGet: path: /health