diff --git a/backend/helm/backend/values.yaml b/backend/helm/backend/values.yaml index 5c093d59c..046244b45 100644 --- a/backend/helm/backend/values.yaml +++ b/backend/helm/backend/values.yaml @@ -32,7 +32,8 @@ common: timeoutSeconds: 1 failureThreshold: 300 livenessProbe: - tcpSocket: + httpGet: + path: /alive port: 3000 periodSeconds: 5 successThreshold: 1 diff --git a/tavla/helm/tavla/values.yaml b/tavla/helm/tavla/values.yaml index da04ddf32..4564b499d 100644 --- a/tavla/helm/tavla/values.yaml +++ b/tavla/helm/tavla/values.yaml @@ -27,7 +27,8 @@ common: timeoutSeconds: 1 failureThreshold: 300 livenessProbe: - tcpSocket: + httpGet: + path: /actuator/health/liveness port: 3000 periodSeconds: 5 successThreshold: 1