[20.02.20] Adding back the readiness probe
This commit is contained in:
parent
686cfcaddf
commit
44e97c388d
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user