This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller) | digest | `3e48580` -> `eab6ecf` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
84 lines
1.7 KiB
YAML
84 lines
1.7 KiB
YAML
image:
|
|
repository: mbentley/omada-controller
|
|
tag: 5.13@sha256:eab6ecf4a14207b7aaa012a1b2f29c098f8fa8ad0645b24232ccd1d8bdcd9dfb
|
|
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
|