Merge pull request #8215 from Rory-Z/chore/delete-pre-strop
chore(helm): delete preStop command
This commit is contained in:
commit
23616be4a4
|
@ -214,13 +214,6 @@ spec:
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
lifecycle:
|
|
||||||
preStop:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- "/opt/emqx/bin/emqx_ctl"
|
|
||||||
- "cluster"
|
|
||||||
- "leave"
|
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
|
Loading…
Reference in New Issue