From 3217809e3f65ca6c328a8b268588024d7c0c5688 Mon Sep 17 00:00:00 2001 From: Nolan Gilley Date: Mon, 3 Nov 2025 09:51:46 -0500 Subject: [PATCH] add livenessProbe Signed-off-by: Nolan Gilley --- charts/plugin-barman-cloud/templates/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/plugin-barman-cloud/templates/deployment.yaml b/charts/plugin-barman-cloud/templates/deployment.yaml index f80ef36781..f8efc16c46 100644 --- a/charts/plugin-barman-cloud/templates/deployment.yaml +++ b/charts/plugin-barman-cloud/templates/deployment.yaml @@ -75,6 +75,11 @@ spec: periodSeconds: 10 tcpSocket: port: 9090 + livenessProbe: + initialDelaySeconds: 10 + periodSeconds: 10 + tcpSocket: + port: 9090 resources: {{- toYaml .Values.resources | nindent 10 }} securityContext: