Skip to content

Commit

Permalink
Use port #53 rather than #5353 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxou committed Dec 13, 2021
1 parent 72fdc05 commit 8ee2578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/unbound/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: unbound
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
version: 0.1.1
appVersion: "1.13.1"
2 changes: 1 addition & 1 deletion charts/unbound/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ securityContext: {}

service:
type: ClusterIP
port: 5353
port: 53

ingress:
enabled: false
Expand Down

0 comments on commit 8ee2578

Please sign in to comment.