[stable/unifi] Ingress was not referring to the good service (#21321)

Signed-off-by: Arno <arno.du@orange.fr>
This commit is contained in:
Arno DUBOIS
2020-03-07 16:21:34 -08:00
committed by GitHub
parent 7d1d1c74f0
commit 79fac84798
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -33,7 +33,7 @@ spec:
paths:
- path: {{ $ingressPath }}
backend:
serviceName: {{ $fullName }}-captivePortalService
serviceName: {{ $fullName }}-captiveportalservice
servicePort: captive-http
{{- end }}
{{- end }}