77 lines
1.6 KiB
YAML
77 lines
1.6 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
|
|
|
|
env:
|
|
# Omada automatically redirects to that port.
|
|
# Instead of consuming the external 443 port, it's better to switch internal
|
|
# But still give user the ability to change it.
|
|
MANAGE_HTTPS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
|
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTPS
|
|
port: 8043
|
|
targetPort: 443
|
|
comm:
|
|
enabled: true
|
|
ports:
|
|
comm:
|
|
protocol: HTTPS
|
|
enabled: true
|
|
port: 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
|