This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/omada-controller](https://togithub.com/truecharts/containers) | digest | `3108975` -> `cb34205` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
84 lines
1.7 KiB
YAML
84 lines
1.7 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/omada-controller
|
|
tag: 5.9.0@sha256:cb34205fdefe2e28325428532769696a8b62670ebd67f75eba5fdf3a96e82d38
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: https
|
|
port: 8043
|
|
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:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
|
|
probes:
|
|
startup:
|
|
path: /api/info
|
|
httpHeaders:
|
|
Host: kube.internal.health
|
|
liveness:
|
|
path: /api/info
|
|
httpHeaders:
|
|
Host: kube.internal.health
|
|
readiness:
|
|
path: /api/info
|
|
httpHeaders:
|
|
Host: kube.internal.health
|