diff --git a/deploy/kubernetes/production/application.yaml b/deploy/kubernetes/production/application.yaml index 452e62e..69f385a 100644 --- a/deploy/kubernetes/production/application.yaml +++ b/deploy/kubernetes/production/application.yaml @@ -307,6 +307,13 @@ spec: ports: - name: health containerPort: 8088 + startupProbe: + httpGet: + path: /healthz + port: health + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 readinessProbe: httpGet: path: /readyz @@ -425,6 +432,13 @@ spec: ports: - name: health containerPort: 8088 + startupProbe: + httpGet: + path: /healthz + port: health + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 readinessProbe: httpGet: path: /readyz