Files
truecharts/charts/incubator/unifi/values.yaml
T
c09f5efd85 Update minor Docker tags (#483)
* Update minor Docker tags

* 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-05-23 22:30:55 +02:00

52 lines
777 B
YAML

# Default values for Unifi.
image:
repository: jacobalberty/unifi
tag: 6.2.25
pullPolicy: IfNotPresent
strategy:
type: Recreate
envTpl:
# Permissions Settings
UNIFI_GID: "{{ .Values.env.PUID }}"
UNIFI_UID: "{{ .Values.env.PGID }}"
service:
main:
ports:
main:
port: 8443
comm:
enabled: true
type: ClusterIP
ports:
tcp:
enabled: true
port: 8080
protocol: TCP
stun:
enabled: true
type: ClusterIP
ports:
udp:
enabled: true
port: 3478
protocol: UDP
env:
# TZ:
PUID: "568"
PGID: "568"
persistence:
config:
enabled: true
mountPath: "/unifi"
emptyDir:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""