mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[unifi] Fix speedtest container port (#186)
This commit is contained in:
parent
8a2859285c
commit
158674fc45
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user