Files
truecharts/charts/stable/unifi/values.yaml
T
Stavros KoisandGitHub 19df900522 chore(apps): persistence cleanup and small bugfixes (#1329)
* chore(apps): remove persistence size from values

* remove type from persistence from values.yaml

* remove accessMode from persistence from values

* devices dont user persistence

* remove empty lines

* restore accessMode in common, whoops

* quote all mountPaths

* convert `'` to `"`

* fix empty lines

* add missing mountPath on values

* add missing persistence on values

* fix var name on quetsions

* remove disabled persistence from values which are not even defined in questions

* remove more type, accessMode and size

* mountpath -> mountPath

* mounthPath -> mountPath

* booksonic-air persistence cleanup

* remove empty lines

* fix mountPath

* remove unused persistence

* teamspeak3 fix var name in persistence

* remove persistence that will probably be user defined storage

* remove persistence that will probably be user defined storage

* add missing persistence from values

* fix openldap volclaim

* remove persistence that will probably be user defined storage

* add missing persistence from values

* fix path ff3

* fix mountPath

* add missing persistence from values

* remove persistence that will probably be user defined storage

* revert changes in volClaimTemplate

* remove varrun from questions

* fix and cleanup questions postgres

* calm down CI

* ci only value
2021-11-14 20:19:16 +01:00

73 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
targetPort: 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"