Skip to content

Commit

Permalink
Properly update service port to #53
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxou committed Dec 13, 2021
1 parent 8ee2578 commit e2e4199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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.1
version: 0.1.2
appVersion: "1.13.1"
6 changes: 1 addition & 5 deletions charts/unbound/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ spec:
type: LoadBalancer
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
ports:
# - port: 5353
# targetPort: 53
# protocol: TCP
# name: dns-tcp
- port: 5353
- port: {{ .Values.service.port }}
targetPort: 53
protocol: UDP
name: dns-udp
Expand Down

0 comments on commit e2e4199

Please sign in to comment.