[5.03.20] Removal of Probies yet again
This commit is contained in:
parent
7e33a030c6
commit
151e62c65c
@ -64,24 +64,24 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
name: RESOURCE_NAME
|
name: RESOURCE_NAME
|
||||||
livenessProbe:
|
# livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /health
|
# path: /health
|
||||||
port: 5000
|
# port: 5000
|
||||||
initialDelaySeconds: 30
|
# initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
# periodSeconds: 30
|
||||||
timeoutSeconds: 1
|
# timeoutSeconds: 1
|
||||||
successThreshold: 1
|
# successThreshold: 1
|
||||||
failureThreshold: 1
|
# failureThreshold: 1
|
||||||
readinessProbe:
|
# readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
port: 5000
|
# port: 5000
|
||||||
path: /readiness
|
# path: /readiness
|
||||||
initialDelaySeconds: 30
|
# initialDelaySeconds: 30
|
||||||
periodSeconds: 5
|
# periodSeconds: 5
|
||||||
timeoutSeconds: 1
|
# timeoutSeconds: 1
|
||||||
successThreshold: 1
|
# successThreshold: 1
|
||||||
failureThreshold: 1
|
# failureThreshold: 1
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user