Files
truecharts/charts/incubator/omada-controller/values.yaml
T
18ad857247 chore(deps): update docker general non-major (#1980)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-28 12:43:37 +01:00

67 lines
1.2 KiB
YAML

image:
repository: tccr.io/truecharts/omada-controller
tag: v5.0@sha256:88390176a042fcada0977c11c237a28d1c5e8e850d96ca72743396db9d6edb1d
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
TZ: UTC
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
persistence:
data:
enabled: true
mountPath: "/opt/tplink/EAPController/data"
work:
enabled: true
mountPath: "/opt/tplink/EAPController/work"