This commit is contained in:
parent
5ea25e64ea
commit
7b5ef96315
@ -20,19 +20,19 @@ spec:
|
|||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
|
|
||||||
#### таймауты и прочее взяты с потолка
|
#### таймауты и прочее взяты с потолка
|
||||||
# livenessProbe:
|
livenessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /liveness
|
path: /liveness
|
||||||
# port: 5000
|
port: 5000
|
||||||
# initialDelaySeconds: 2
|
initialDelaySeconds: 2
|
||||||
# timeoutSeconds: 2
|
timeoutSeconds: 2
|
||||||
# periodSeconds: 5
|
periodSeconds: 5
|
||||||
# failureThreshold: 2
|
failureThreshold: 2
|
||||||
# readinessProbe:
|
readinessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /readiness
|
path: /readiness
|
||||||
# port: 5000
|
port: 5000
|
||||||
# initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
# timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
# periodSeconds: 10
|
periodSeconds: 10
|
||||||
# failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user