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
|
appVersion: 5.14.23
|
||||||
description: Ubiquiti Network's Unifi Controller
|
description: Ubiquiti Network's Unifi Controller
|
||||||
name: unifi
|
name: unifi
|
||||||
version: 1.3.0
|
version: 1.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- ubiquiti
|
- ubiquiti
|
||||||
- unifi
|
- unifi
|
||||||
|
@ -68,17 +68,17 @@ spec:
|
|||||||
- name: syslog
|
- name: syslog
|
||||||
containerPort: 5514
|
containerPort: 5514
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
{{ if .Values.captivePortalService.enabled }}
|
{{- if .Values.captivePortalService.enabled }}
|
||||||
- name: captive-http
|
- name: captive-http
|
||||||
containerPort: 8880
|
containerPort: 8880
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: captive-https
|
- name: captive-https
|
||||||
containerPort: 8843
|
containerPort: 8843
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
{{- end }}
|
||||||
- name: speedtest
|
- name: speedtest
|
||||||
containerPort: 6789
|
containerPort: 6789
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{ end }}
|
|
||||||
{{- if not .Values.runAsRoot }}
|
{{- if not .Values.runAsRoot }}
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
|
Loading…
Reference in New Issue
Block a user