e9b96b86d8
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller) | digest | `4cf1c32` → `5d9f6b8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vbWFkYS1jb250cm9sbGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
86 lines
1.9 KiB
YAML
86 lines
1.9 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/mbentley/omada-controller
|
|
tag: 6.2@sha256:5d9f6b82c8ae2164f6299158a9856aacaad0ee24a7d08676eda10bd40b29e4d6
|
|
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
|