# Default values for Unifi. image: repository: jacobalberty/unifi tag: 6.1.71 pullPolicy: IfNotPresent strategy: type: Recreate # Configure the Security Context for the Pod podSecurityContext: runAsNonRoot: false runAsUser: 0 runAsGroup: 0 fsGroup: 0 envTpl: # Permissions Settings UNIFI_GID: "{{ .Values.PUID }}" UNIFI_UID: "{{ .Values.PGID }}" services: main: port: port: 8443 tcp: enabled: true type: ClusterIP port: port: 8080 protocol: TCP targetPort: 8080 udp: enabled: true type: ClusterIP port: port: 3478 protocol: UDP targetPort: 3478 env: {} # TZ: # PUID: # PGID: persistence: config: enabled: true mountPath: "/unifi" emptyDir: true accessMode: ReadWriteOnce size: 1Gi storageClass: ""