From 12858eb148419fc174e01d93f26efca709b499cc Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Sun, 8 Mar 2020 15:35:03 +0000 Subject: [PATCH] [6.03.20] Probing yet yet yet again --- configuration/kubernetes/deployment.yaml | 38 ++++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index d5bfe7b..e073e6f 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: production spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: RESOURCE_NAME @@ -64,24 +64,24 @@ spec: ports: - containerPort: 9090 name: RESOURCE_NAME - livenessProbe: - httpGet: - path: /health - port: 9090 - initialDelaySeconds: 30 - periodSeconds: 30 - timeoutSeconds: 1 - successThreshold: 1 - failureThreshold: 1 - readinessProbe: - httpGet: - port: 9090 - path: /readiness - initialDelaySeconds: 30 - periodSeconds: 5 - timeoutSeconds: 1 - successThreshold: 1 - failureThreshold: 1 +# livenessProbe: +# httpGet: +# path: /health +# port: 9090 +# initialDelaySeconds: 30 +# periodSeconds: 30 +# timeoutSeconds: 1 +# successThreshold: 1 +# failureThreshold: 1 +# readinessProbe: +# httpGet: +# port: 9090 +# path: /readiness +# initialDelaySeconds: 30 +# periodSeconds: 5 +# timeoutSeconds: 1 +# successThreshold: 1 +# failureThreshold: 1 imagePullPolicy: Always resources: requests: