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:
retries: 3
values:
updateStrategy:
type: Recreate
livenessProbe:
enabled: true
initialDelaySeconds: 600