Skip to content

Commit

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

* Update Chart.yaml
  • Loading branch information
LeoQuote authored Sep 19, 2024
1 parent 65209f8 commit b82392a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.0
version: 1.33.1
4 changes: 4 additions & 0 deletions charts/coredns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b82392a

Please sign in to comment.