mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[stable/unifi] Ingress was not referring to the good service (#21321)
Signed-off-by: Arno <arno.du@orange.fr>
This commit is contained in:
parent
995ef7ef2b
commit
c69cc6751f
@ -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
|
||||
|
@ -33,7 +33,7 @@ spec:
|
||||
paths:
|
||||
- path: {{ $ingressPath }}
|
||||
backend:
|
||||
serviceName: {{ $fullName }}-captivePortalService
|
||||
serviceName: {{ $fullName }}-captiveportalservice
|
||||
servicePort: captive-http
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user