From 545fd37eb3e875ce606a8149986fb562040e4bdb Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Wed, 8 Jun 2022 12:05:03 +0200 Subject: [PATCH] MOB-148: deactivated startupprobes --- config/kustomize/base/resources/deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/kustomize/base/resources/deployment.yaml b/config/kustomize/base/resources/deployment.yaml index 59f7e63..f6b3ce7 100644 --- a/config/kustomize/base/resources/deployment.yaml +++ b/config/kustomize/base/resources/deployment.yaml @@ -29,12 +29,12 @@ spec: ports: - name: app-port containerPort: 8080 - startupProbe: - httpGet: - path: / - port: app-port - failureThreshold: 30 - periodSeconds: 10 + #startupProbe: + # httpGet: + # path: / + # port: app-port + # failureThreshold: 30 + # periodSeconds: 10 #livenessProbe: # httpGet: # path: /