2021-02-27 18:47:48 +00:00
|
|
|
# Default values for Unifi.
|
|
|
|
|
|
|
|
image:
|
2021-09-10 20:07:55 +00:00
|
|
|
repository: ghcr.io/truecharts/unifi
|
2021-09-21 08:41:09 +00:00
|
|
|
tag: v6.4.54@sha256:2504771015b659dac1cf690317193f6e7fb94cf24efd89a3599d99b7bab9705e
|
2021-02-27 18:47:48 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-03-08 13:32:58 +00:00
|
|
|
envTpl:
|
2021-05-23 13:37:33 +00:00
|
|
|
# Permissions Settings
|
2021-05-23 15:04:55 +00:00
|
|
|
UNIFI_GID: "{{ .Values.env.PUID }}"
|
2021-10-04 10:31:56 +00:00
|
|
|
UNIFI_UID: "{{ .Values.podSecurityContext.fsGroup }}"
|
2021-03-08 13:32:58 +00:00
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-03 15:51:25 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
2021-06-14 15:53:38 +00:00
|
|
|
protocol: HTTPS
|
2021-05-19 13:12:45 +00:00
|
|
|
port: 8443
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8443
|
2021-05-22 23:15:39 +00:00
|
|
|
comm:
|
2021-02-27 18:47:48 +00:00
|
|
|
enabled: true
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
2021-09-09 15:22:37 +00:00
|
|
|
comm:
|
2021-05-19 13:12:45 +00:00
|
|
|
enabled: true
|
|
|
|
port: 8080
|
2021-08-29 12:02:17 +00:00
|
|
|
targetPort: 8080
|
2021-05-19 13:12:45 +00:00
|
|
|
protocol: TCP
|
2021-05-22 23:15:39 +00:00
|
|
|
stun:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-09-09 15:22:37 +00:00
|
|
|
stun:
|
2021-05-19 13:12:45 +00:00
|
|
|
enabled: true
|
|
|
|
port: 3478
|
2021-08-29 12:02:17 +00:00
|
|
|
targetPort: 3478
|
2021-05-19 13:12:45 +00:00
|
|
|
protocol: UDP
|
2021-09-08 08:12:36 +00:00
|
|
|
speedtest:
|
|
|
|
enabled: false
|
|
|
|
ports:
|
2021-09-09 15:22:37 +00:00
|
|
|
speedtest:
|
2021-09-08 08:12:36 +00:00
|
|
|
enabled: true
|
|
|
|
port: 6789
|
|
|
|
targetPort: 6789
|
|
|
|
protocol: TCP
|
|
|
|
guestportal:
|
|
|
|
enabled: false
|
|
|
|
ports:
|
|
|
|
web:
|
|
|
|
enabled: true
|
|
|
|
port: 8880
|
|
|
|
targetPort: 8880
|
|
|
|
protocol: HTTP
|
|
|
|
websecure:
|
|
|
|
enabled: true
|
|
|
|
port: 8843
|
|
|
|
targetPort: 8843
|
|
|
|
protocol: HTTPS
|
2021-02-27 18:47:48 +00:00
|
|
|
|
2021-09-28 08:08:17 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
|
2021-05-23 13:37:33 +00:00
|
|
|
env:
|
2021-03-03 15:51:25 +00:00
|
|
|
# TZ:
|
2021-10-04 10:31:56 +00:00
|
|
|
PUID: 568
|
2021-03-03 15:51:25 +00:00
|
|
|
persistence:
|
2021-02-27 18:47:48 +00:00
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/unifi"
|