diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 161d7cb2..8ab8fe3a 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/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/charts/unifi/templates/captive-ingress.yaml b/charts/unifi/templates/captive-ingress.yaml index 0ae9dbbb..fda55d57 100644 --- a/charts/unifi/templates/captive-ingress.yaml +++ b/charts/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 }}