TrueChartsClone/charts/stable/unifi/values.yaml

65 lines
1.2 KiB
YAML

image:
repository: tccr.io/truecharts/unifi
tag: 7.3.76@sha256:1c550120dd2bb462f16bac6a54bee03be500c5118ab86bd4904a18143ea97bac
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: https
port: 8443
targetPort: 8443
comm:
enabled: true
ports:
comm:
enabled: true
port: 8080
targetPort: 8080
stun:
enabled: true
ports:
stun:
enabled: true
port: 3478
targetPort: 3478
protocol: udp
speedtest:
enabled: true
ports:
speedtest:
enabled: true
port: 6789
targetPort: 6789
guestportal:
enabled: true
ports:
web:
enabled: true
port: 8880
targetPort: 8880
protocol: http
websecure:
enabled: true
port: 8843
targetPort: 8843
protocol: https
persistence:
config:
enabled: true
mountPath: "/unifi"
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 999
runAsUser: 999
workload:
main:
podSpec:
containers:
main:
env: {}