Skip to content

Commit

Permalink
Run coredns on unpriveleged port
Browse files Browse the repository at this point in the history
Signed-off-by: Dinar Valeev <[email protected]>
  • Loading branch information
k0da committed Sep 22, 2021
1 parent 058add2 commit bc662b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions chart/k8gb/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: coredns
repository: https://absaoss.github.io/coredns-helm
version: 1.15.2
digest: sha256:454120d311ca4b67ecbf6a0d33ea3282b795d69b4bee7ba0eed2488949908927
generated: "2021-04-26T10:11:08.378412+02:00"
version: 1.15.3
digest: sha256:1d0d37c5c794791fd23077b7eec889ed814b5acca9c45084c23889838c7535b3
generated: "2021-09-22T16:22:52.020645+02:00"
2 changes: 1 addition & 1 deletion chart/k8gb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appVersion: v0.8.2
dependencies:
- name: coredns
repository: https://absaoss.github.io/coredns-helm
version: 1.15.2
version: 1.15.3

home: https://www.k8gb.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion chart/k8gb/templates/coredns-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
apiVersion: v1
data:
Corefile: |-
{{ .Values.k8gb.dnsZone }}:53 {
{{ .Values.k8gb.dnsZone }}:5353 {
errors
health
ready
Expand Down

0 comments on commit bc662b2

Please sign in to comment.