77 lines
1.3 KiB
YAML
77 lines
1.3 KiB
YAML
# Default values for Unifi.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/unifi
|
|
tag: v6.4.54@sha256:2504771015b659dac1cf690317193f6e7fb94cf24efd89a3599d99b7bab9705e
|
|
pullPolicy: IfNotPresent
|
|
|
|
envTpl:
|
|
# Permissions Settings
|
|
UNIFI_GID: "{{ .Values.env.PUID }}"
|
|
UNIFI_UID: "{{ .Values.podSecurityContext.fsGroup }}"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTPS
|
|
port: 8443
|
|
comm:
|
|
enabled: true
|
|
ports:
|
|
comm:
|
|
enabled: true
|
|
port: 8080
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
stun:
|
|
enabled: true
|
|
ports:
|
|
stun:
|
|
enabled: true
|
|
port: 3478
|
|
targetPort: 3478
|
|
protocol: UDP
|
|
speedtest:
|
|
enabled: false
|
|
ports:
|
|
speedtest:
|
|
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
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
env:
|
|
# TZ:
|
|
PUID: 568
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/unifi"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|