[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-08 01:21:34 +01:00 committed by Jeff Billimek
parent 995ef7ef2b
commit c69cc6751f
No known key found for this signature in database
GPG Key ID: 214B3EF39B4956B7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 5.11.50 appVersion: 5.11.50
description: Ubiquiti Network's Unifi Controller description: Ubiquiti Network's Unifi Controller
name: unifi name: unifi
version: 0.6.3 version: 0.6.4
keywords: keywords:
- ubiquiti - ubiquiti
- unifi - unifi

View File

@ -33,7 +33,7 @@ spec:
paths: paths:
- path: {{ $ingressPath }} - path: {{ $ingressPath }}
backend: backend:
serviceName: {{ $fullName }}-captivePortalService serviceName: {{ $fullName }}-captiveportalservice
servicePort: captive-http servicePort: captive-http
{{- end }} {{- end }}
{{- end }} {{- end }}