From 79fac84798501cd939a0ed368355ef09fb93f1c0 Mon Sep 17 00:00:00 2001 From: Arno DUBOIS Date: Sun, 8 Mar 2020 01:21:34 +0100 Subject: [PATCH] [stable/unifi] Ingress was not referring to the good service (#21321) Signed-off-by: Arno --- stable/unifi/Chart.yaml | 2 +- stable/unifi/templates/captive-ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/unifi/Chart.yaml b/stable/unifi/Chart.yaml index 161d7cb2ab..8ab8fe3ab8 100644 --- a/stable/unifi/Chart.yaml +++ b/stable/unifi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 5.11.50 description: Ubiquiti Network's Unifi Controller name: unifi -version: 0.6.3 +version: 0.6.4 keywords: - ubiquiti - unifi diff --git a/stable/unifi/templates/captive-ingress.yaml b/stable/unifi/templates/captive-ingress.yaml index 0ae9dbbb3c..fda55d57e2 100644 --- a/stable/unifi/templates/captive-ingress.yaml +++ b/stable/unifi/templates/captive-ingress.yaml @@ -33,7 +33,7 @@ spec: paths: - path: {{ $ingressPath }} backend: - serviceName: {{ $fullName }}-captivePortalService + serviceName: {{ $fullName }}-captiveportalservice servicePort: captive-http {{- end }} {{- end }}