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: