From 44e97c388db3dd880ea2c0e1146ad4f20943f442 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Thu, 20 Feb 2020 10:51:07 +0000 Subject: [PATCH] [20.02.20] Adding back the readiness probe --- configuration/kubernetes/deployment.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index bdf1025..576b1b5 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -55,13 +55,13 @@ spec: ports: - containerPort: 9090 name: RESOURCE_NAME -# readinessProbe: -# httpGet: -# path: / -# port: 9090 -# timeoutSeconds: 2 -# successThreshold: 2 -# failureThreshold: 2 + readinessProbe: + httpGet: + path: / + port: 9090 + timeoutSeconds: 2 + successThreshold: 2 + failureThreshold: 2 imagePullPolicy: Always resources: requests: