scale-catalog/scale-catalog-template/test/unifi/3.1.5/test_values.yaml
Kjeld Schouten-Lebbing ea1a7af498 no message
2023-03-16 10:06:03 +01:00

55 lines
833 B
YAML

# 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: ""