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