diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index aa5eb61..428be40 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -53,7 +53,7 @@ spec: readinessProbe: httpGet: path: /actuator/health/readiness - port: http + port: 9095 initialDelaySeconds: 10 periodSeconds: 5 timeoutSeconds: 2 @@ -62,7 +62,7 @@ spec: livenessProbe: httpGet: path: /actuator/health/liveness - port: http + port: 9095 initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 2