c0eee805c7
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller) | digest | `8131503` -> `4297f40` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
85 lines
1.8 KiB
YAML
85 lines
1.8 KiB
YAML
image:
|
|
repository: docker.io/mbentley/omada-controller
|
|
tag: 5.15@sha256:4297f406125aeecd2ce031cb18374813bb672064492d1f198d54da4f4945c4d4
|
|
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:
|
|
enabled: false
|
|
targetSelector:
|
|
comm: comm
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /opt/tplink/EAPController/data
|
|
work:
|
|
enabled: true
|
|
mountPath: /opt/tplink/EAPController/work
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
MANAGE_HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
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
|