From 846d588c522f5c85f1836cd53f797de37de3874b Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Mon, 24 Feb 2020 11:00:59 +0000 Subject: [PATCH] [24.02.20] Removal of probes --- configuration/kubernetes/deployment.yaml | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 4ba59b8..88a5dde 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -64,24 +64,24 @@ spec: ports: - containerPort: 9090 name: RESOURCE_NAME - livenessProbe: - httpGet: - path: / - port: 9090 - initialDelaySeconds: 30 - periodSeconds: 30 - timeoutSeconds: 1 - successThreshold: 1 - failureThreshold: 3 - readinessProbe: - httpGet: - port: 9090 - path: / - initialDelaySeconds: 30 - periodSeconds: 5 - timeoutSeconds: 1 - successThreshold: 1 - failureThreshold: 10 +# livenessProbe: +# httpGet: +# path: / +# port: 9090 +# initialDelaySeconds: 30 +# periodSeconds: 30 +# timeoutSeconds: 1 +# successThreshold: 1 +# failureThreshold: 3 +# readinessProbe: +# httpGet: +# port: 9090 +# path: / +# initialDelaySeconds: 30 +# periodSeconds: 5 +# timeoutSeconds: 1 +# successThreshold: 1 +# failureThreshold: 10 imagePullPolicy: Always resources: requests: