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
commit c8630f46fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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