[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: ports:
- containerPort: 9090 - containerPort: 9090
name: RESOURCE_NAME name: RESOURCE_NAME
# readinessProbe: readinessProbe:
# httpGet: httpGet:
# path: / path: /
# port: 9090 port: 9090
# timeoutSeconds: 2 timeoutSeconds: 2
# successThreshold: 2 successThreshold: 2
# failureThreshold: 2 failureThreshold: 2
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests: