Commit d539a0a1 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Sync packaged component Deployment config

Don't override replicas; set revisionHistoryLimit and strategy Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent e08a6625
......@@ -84,7 +84,7 @@ metadata:
k8s-app: kube-dns
kubernetes.io/name: "CoreDNS"
spec:
#replicas: 1
revisionHistoryLimit: 0
strategy:
type: RollingUpdate
rollingUpdate:
......
......@@ -41,7 +41,11 @@ metadata:
name: local-path-provisioner
namespace: kube-system
spec:
replicas: 1
revisionHistoryLimit: 0
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
app: local-path-provisioner
......
......@@ -13,6 +13,11 @@ metadata:
labels:
k8s-app: metrics-server
spec:
revisionHistoryLimit: 0
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
k8s-app: metrics-server
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment