Files
truecharts/charts/stable/unifi/values.yaml
T
d976ce2065 chore(deps): update non-major (#1013)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-21 10:41:09 +02:00

69 lines
1.2 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.env.PGID }}"
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
env:
# TZ:
PUID: "568"
PGID: "568"
persistence:
config:
enabled: true
mountPath: "/unifi"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"