From e2e4199a915d7e90474e86a7cf9f7ea40f66bd94 Mon Sep 17 00:00:00 2001 From: Alex Sukhov Date: Mon, 13 Dec 2021 22:21:15 +0300 Subject: [PATCH] Properly update service port to #53 --- charts/unbound/Chart.yaml | 2 +- charts/unbound/templates/service.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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