Files
truecharts/charts/stable/omada-controller/values.yaml
T
Stavros KoisandGitHub 988dfba0e2 chore(omada): add ingress for portal (#3944)
* chore(omada): add ingress for portal

* cleanup quotes
2022-09-28 22:58:17 +03:00

71 lines
1.3 KiB
YAML

image:
repository: tccr.io/truecharts/omada-controller
tag: 5.5@sha256:394fa05a26de61a45f8b364c69b4253443e46e0ffd02dc68453fd020d73037e1
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: HTTPS
port: 8043
targetPort: 8043
comm:
enabled: true
ports:
comm:
protocol: HTTPS
enabled: true
port: 8843
targetPort: 8843
omada-tcp:
enabled: true
ports:
omada-tcp1:
enabled: true
port: 29811
targetPort: 29811
omada-tcp2:
enabled: true
port: 29812
targetPort: 29812
omada-tcp3:
enabled: true
port: 29813
targetPort: 29813
omada-tcp4:
enabled: true
port: 29814
targetPort: 29814
omada-udp:
enabled: true
ports:
omada-udp1:
enabled: true
protocol: UDP
port: 29810
targetPort: 29810
ingress:
comm:
autoLink: true
persistence:
data:
enabled: true
mountPath: /opt/tplink/EAPController/data
work:
enabled: true
mountPath: /opt/tplink/EAPController/work
portal:
enabled: true