[20.02.20] Adding back the readiness probe

This commit is contained in:
andyjk15 2020-02-20 10:51:07 +00:00
parent 686cfcaddf
commit 44e97c388d

View File

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