Merge pull request #3286 from fritchie/master
Change update strategy to RollingUpdate
This commit is contained in:
commit
c8630f46fd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: RollingUpdate
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
|
|
Loading…
Reference in a new issue