diff --git a/charts/unbound/Chart.yaml b/charts/unbound/Chart.yaml index ffbf6ce..6b0881a 100644 --- a/charts/unbound/Chart.yaml +++ b/charts/unbound/Chart.yaml @@ -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" diff --git a/charts/unbound/templates/service.yaml b/charts/unbound/templates/service.yaml index 9e45e78..387a468 100644 --- a/charts/unbound/templates/service.yaml +++ b/charts/unbound/templates/service.yaml @@ -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