[unifi] Fix speedtest container port (#186)

This commit is contained in:
Marco Kilchhofer 2020-11-21 21:36:48 +01:00 committed by GitHub
parent 8a2859285c
commit 158674fc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 5.14.23
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 1.3.0
version: 1.3.1
keywords:
- ubiquiti
- unifi

View File

@ -68,17 +68,17 @@ spec:
- name: syslog
containerPort: 5514
protocol: UDP
{{ if .Values.captivePortalService.enabled }}
{{- if .Values.captivePortalService.enabled }}
- name: captive-http
containerPort: 8880
protocol: TCP
- name: captive-https
containerPort: 8843
protocol: TCP
{{- end }}
- name: speedtest
containerPort: 6789
protocol: TCP
{{ end }}
{{- if not .Values.runAsRoot }}
securityContext:
capabilities: