Merge pull request #3286 from fritchie/master

Change update strategy to RollingUpdate
This commit is contained in:
k8s-ci-robot
2018-09-12 00:18:05 -07:00
committed by GitHub

View File

@ -11,7 +11,7 @@ metadata:
spec:
replicas: 1
strategy:
type: Recreate
type: RollingUpdate
selector:
matchLabels:
kubernetes.io/cluster-service: "true"