From 8ee25783fb8386edcb4eb354852985a2bed6eb94 Mon Sep 17 00:00:00 2001 From: Alex Sukhov Date: Mon, 13 Dec 2021 22:14:42 +0300 Subject: [PATCH] Use port #53 rather than #5353 by default --- charts/unbound/Chart.yaml | 2 +- charts/unbound/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/unbound/Chart.yaml b/charts/unbound/Chart.yaml index fe840e7..ffbf6ce 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.0 +version: 0.1.1 appVersion: "1.13.1" diff --git a/charts/unbound/values.yaml b/charts/unbound/values.yaml index 480a7d9..d485aae 100644 --- a/charts/unbound/values.yaml +++ b/charts/unbound/values.yaml @@ -29,7 +29,7 @@ securityContext: {} service: type: ClusterIP - port: 5353 + port: 53 ingress: enabled: false