Skip to content

Commit

Permalink
fix(base-cluster): allow all protocols for DNS (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Feb 3, 2025
1 parent 1276209 commit 829ed95
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ spec:
- toPorts: # needs to talk to all possible DNS servers
- ports:
- port: "53"
protocol: UDP
rules:
dns:
- matchPattern: "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
toPorts:
- ports:
- port: "53"
protocol: UDP
rules:
dns:
- matchPattern: "*"
Expand All @@ -43,5 +42,4 @@ spec:
toPorts:
- ports:
- port: "53"
protocol: UDP
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
toPorts:
- ports:
- port: "53"
protocol: UDP
rules:
dns:
- matchName: hc-ping.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ spec:
toPorts:
- ports:
- port: "53"
protocol: UDP
rules:
dns:
- matchName: {{ $.Values.global.authentication.config.issuerHost | quote }}
Expand Down

0 comments on commit 829ed95

Please sign in to comment.