Skip to content

Commit

Permalink
Revert "update default values to have names" (#101)
Browse files Browse the repository at this point in the history
* Revert "update default values to have names (#100)"

This reverts commit b82392a.

* Update values.yaml
  • Loading branch information
LeoQuote authored Sep 19, 2024
1 parent b82392a commit 8fb39bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ name: coredns
sources:
- https://github.com/coredns/coredns
type: application
version: 1.33.1
version: 1.33.0
9 changes: 5 additions & 4 deletions charts/coredns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,15 +404,16 @@ cilium:
toPorts:
- port: "53"
protocol: "UDP"
name: "dns-udp"
name: "udp-53"
- port: "53"
protocol: "TCP"
name: "dns-tcp"
name: "tcp-53"
backend:
toPorts:
# The names of port should be identical with the container port name in pods
- port: "53"
protocol: "UDP"
name: "dns-udp"
name: "udp-53"
- port: "53"
protocol: "TCP"
name: "dns-tcp"
name: "tcp-53"

0 comments on commit 8fb39bb

Please sign in to comment.