update the updateStrategy to avoid the new deployment to be stuck as the PV is being used
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user