diff --git a/deploy/kubernetes/production/application.yaml b/deploy/kubernetes/production/application.yaml index 69f385a..77c0651 100644 --- a/deploy/kubernetes/production/application.yaml +++ b/deploy/kubernetes/production/application.yaml @@ -71,6 +71,13 @@ spec: ports: - name: http containerPort: 8088 + startupProbe: + httpGet: + path: /api/v1/healthz + port: http + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 readinessProbe: httpGet: path: /api/v1/readyz @@ -189,6 +196,13 @@ spec: ports: - name: http containerPort: 8088 + startupProbe: + httpGet: + path: /api/v1/healthz + port: http + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 readinessProbe: httpGet: path: /api/v1/readyz