change resources
This commit is contained in:
@@ -2,13 +2,11 @@ coredns:
|
|||||||
image:
|
image:
|
||||||
repository: registry.k8s.io/coredns/coredns
|
repository: registry.k8s.io/coredns/coredns
|
||||||
tag: v1.11.3
|
tag: v1.11.3
|
||||||
replicaCount: 2
|
replicaCount: 3
|
||||||
resources:
|
resources:
|
||||||
limits:
|
|
||||||
memory: 170Mi
|
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 70Mi
|
memory: 128Mi
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxUnavailable: 1
|
maxUnavailable: 1
|
||||||
maxSurge: 25%
|
maxSurge: 25%
|
||||||
|
Reference in New Issue
Block a user