update the updateStrategy to avoid the new deployment to be stuck as the PV is being used

This commit is contained in:
2024-06-25 16:03:19 +10:00
parent 672f5b0935
commit 58e4fbbf56

View File

@@ -17,6 +17,8 @@ spec:
remediation: remediation:
retries: 3 retries: 3
values: values:
updateStrategy:
type: Recreate
livenessProbe: livenessProbe:
enabled: true enabled: true
initialDelaySeconds: 600 initialDelaySeconds: 600