Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: coredns
version: 1.45.2
version: 1.45.3
appVersion: 1.13.1
home: https://coredns.io
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
Expand All @@ -19,5 +19,7 @@ maintainers:
type: application
annotations:
artifacthub.io/changes: |
- kind: changed
description: Align default resources with upstream kubeadm CoreDNS defaults (remove CPU limit, set memory limit to 170Mi, set memory request to 70Mi)
- kind: added
description: Add configurable dnsPolicy for deployment
5 changes: 2 additions & 3 deletions charts/coredns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ replicaCount: 1

resources:
limits:
cpu: 100m
memory: 128Mi
memory: 170Mi
requests:
cpu: 100m
memory: 128Mi
memory: 70Mi

rollingUpdate:
maxUnavailable: 1
Expand Down