File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ spec:
317
317
initContainers :
318
318
{{- include "stackstorm-ha.init-containers-wait-for-db" . | nindent 6 }}
319
319
{{- include "stackstorm-ha.init-containers-wait-for-mq" . | nindent 6 }}
320
- terminationGracePeriodSeconds : {{ .Values.st2workflowengine .terminationGracePeriodSeconds | default 30 }}
320
+ terminationGracePeriodSeconds : {{ .Values.st2stream .terminationGracePeriodSeconds | default 30 }}
321
321
containers :
322
322
- name : st2stream
323
323
image : ' {{ template "stackstorm-ha.imageRepository" . }}/st2stream:{{ tpl (.Values.st2stream.image.tag | default .Values.image.tag) . }}'
@@ -354,7 +354,7 @@ spec:
354
354
exec : # https://blog.laputa.io/graceful-shutdown-in-kubernetes-85f1c8d586da
355
355
# kubeproxy and kubelet both race
356
356
# wait a bit to ensure kubeproxy has removed the iptables rule.
357
- command : [ "sleep", {{ .Values.st2.st2api .preStopSleep | default 10 }} ]
357
+ command : [ "sleep", {{ .Values.st2.st2stream .preStopSleep | default 10 }} ]
358
358
postStart :
359
359
exec :
360
360
command : ["/bin/bash", "/post-start.sh"]
@@ -423,7 +423,7 @@ spec:
423
423
{{- if .Values.image.pullSecret }}
424
424
- name : {{ .Values.image.pullSecret }}
425
425
{{- end }}
426
- terminationGracePeriodSeconds : {{ .Values.st2api .terminationGracePeriodSeconds | default 30 }}
426
+ terminationGracePeriodSeconds : {{ .Values.st2web .terminationGracePeriodSeconds | default 30 }}
427
427
containers :
428
428
- name : st2web
429
429
image : ' {{ template "stackstorm-ha.imageRepository" . }}/st2web:{{ tpl (.Values.st2web.image.tag | default .Values.image.tag) . }}'
You can’t perform that action at this time.
0 commit comments