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: /