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:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
type: RollingUpdate
|
||||
selector:
|
||||
matchLabels:
|
||||
kubernetes.io/cluster-service: "true"
|
||||
|
|
Loading…
Reference in a new issue