[20.02.20] Disabled auto restart so pods can be deleted

This commit is contained in:
andyjk15 2020-02-20 14:07:12 +00:00
parent 4730e3b668
commit a9985e82c7

View File

@ -6,15 +6,15 @@ metadata:
name: RESOURCE_NAME
namespace: default
spec:
replicas: 2
replicas: 0
selector:
matchLabels:
app: RESOURCE_NAME
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 25%
maxUnavailable: 0
# strategy:
# type: RollingUpdate
# rollingUpdate:
# maxSurge: 25%
# maxUnavailable: 0
template:
metadata:
labels: