chore(helm): delete preStop command

This commit is contained in:
Rory Z 2022-06-15 10:37:48 +08:00
parent ec840222cd
commit ad37198580
1 changed files with 0 additions and 7 deletions

View File

@ -150,13 +150,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 }}