File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,7 @@ st2web:
381
381
# The pod will not be marked as "running" until this script completes successfully.
382
382
# see: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
383
383
postStartScript : " "
384
+ preStopSleep : 10
384
385
385
386
# https://docs.stackstorm.com/reference/ha.html#st2auth
386
387
# Multiple st2auth processes can be behind a load balancer in an active-active configuration.
@@ -416,6 +417,7 @@ st2auth:
416
417
# The pod will not be marked as "running" until this script completes successfully.
417
418
# see: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
418
419
postStartScript : " "
420
+ preStopSleep : 10
419
421
# mount extra volumes on the st2auth pod(s) (primarily useful for custom logging conf)
420
422
# # Note that Helm templating is supported in 'mount' and 'volume'
421
423
extra_volumes : []
@@ -455,6 +457,7 @@ st2api:
455
457
# The pod will not be marked as "running" until this script completes successfully.
456
458
# see: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
457
459
postStartScript : " "
460
+ preStopSleep : 10
458
461
# mount extra volumes on the st2api pod(s) (primarily useful for custom logging conf)
459
462
# # Note that Helm templating is supported in 'mount' and 'volume'
460
463
extra_volumes : []
@@ -494,6 +497,7 @@ st2stream:
494
497
# The pod will not be marked as "running" until this script completes successfully.
495
498
# see: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
496
499
postStartScript : " "
500
+ preStopSleep : 10
497
501
# mount extra volumes on the st2stream pod(s) (primarily useful for custom logging conf)
498
502
# # Note that Helm templating is supported in 'mount' and 'volume'
499
503
extra_volumes : []
You can’t perform that action at this time.
0 commit comments