change resources

This commit is contained in:
2024-08-16 16:56:41 -05:00
parent 66cf5d3b47
commit 850cb6d4e7

View File

@@ -2,13 +2,11 @@ coredns:
image:
repository: registry.k8s.io/coredns/coredns
tag: v1.11.3
replicaCount: 2
replicaCount: 3
resources:
limits:
memory: 170Mi
requests:
cpu: 100m
memory: 70Mi
memory: 128Mi
rollingUpdate:
maxUnavailable: 1
maxSurge: 25%