diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index b5145ba609a50a8eeb4d358a1149d6d9ce792d47..bb6ae5541547723c4bf91ef9804449c137d80754 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -27,14 +27,14 @@ spec: livenessProbe: httpGet: scheme: HTTP - path: /actuator/health + path: /actuator/health/liveness port: 1024 initialDelaySeconds: 30 periodSeconds: 10 readinessProbe: httpGet: scheme: HTTP - path: /actuator/health + path: /actuator/health/readiness port: 1024 initialDelaySeconds: 30 periodSeconds: 10