Files
truecharts/charts/stable/omada-controller/values.yaml
T
b079c0685b chore(deps): update docker general non-major (#3561)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

* shorten and lint description

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-25 08:57:08 +02:00

67 lines
1.2 KiB
YAML

image:
repository: tccr.io/truecharts/omada-controller
tag: 5.5@sha256:a4207983e54038f6922fe753f3fa7f01cdc66bc5eb4da09e631031db2d9087cb
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
persistence:
data:
enabled: true
mountPath: "/opt/tplink/EAPController/data"
work:
enabled: true
mountPath: "/opt/tplink/EAPController/work"
portal:
enabled: true