mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 02:09:28 +00:00
Sync packaged component Deployment config
Don't override replicas; set revisionHistoryLimit and strategy Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
e08a662509
commit
d539a0a124
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user