From b82392a1ee2ecb973383280a27632adafb46d49f Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 19 Sep 2024 18:27:04 +0800 Subject: [PATCH] update default values to have names (#100) * update default values to have names * Update Chart.yaml --- charts/coredns/Chart.yaml | 2 +- charts/coredns/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 14831f5..111e962 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -21,4 +21,4 @@ name: coredns sources: - https://github.com/coredns/coredns type: application -version: 1.33.0 +version: 1.33.1 diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 7596879..24a3a1a 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -404,11 +404,15 @@ cilium: toPorts: - port: "53" protocol: "UDP" + name: "dns-udp" - port: "53" protocol: "TCP" + name: "dns-tcp" backend: toPorts: - port: "53" protocol: "UDP" + name: "dns-udp" - port: "53" protocol: "TCP" + name: "dns-tcp"