From 33da1338bb3b9bb8b49ff6f69bfb3ad4dab97482 Mon Sep 17 00:00:00 2001 From: alxeg Date: Thu, 26 Mar 2026 06:50:06 +0300 Subject: [PATCH] Revert probes back --- helm/payouts/templates/deployment.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/helm/payouts/templates/deployment.yaml b/helm/payouts/templates/deployment.yaml index 0e457ca..684754b 100644 --- a/helm/payouts/templates/deployment.yaml +++ b/helm/payouts/templates/deployment.yaml @@ -38,6 +38,14 @@ spec: - name: http containerPort: {{ trimPrefix ":" .Values.config.Server.Port | int }} protocol: TCP + livenessProbe: + httpGet: + path: /health + port: http + readinessProbe: + httpGet: + path: /health + port: http volumeMounts: - name: config mountPath: /etc/payouts