2021-11-07 12:32:52 +00:00
|
|
|
#
|
|
|
|
# IMPORTANT NOTE
|
|
|
|
#
|
|
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
|
|
#
|
|
|
|
|
|
|
|
image:
|
|
|
|
# -- image repository
|
|
|
|
repository: docker.io/mbentley/omada-controller
|
|
|
|
# -- image tag
|
2021-11-07 17:16:28 +00:00
|
|
|
tag: 4.4@sha256:0db25b46b49a48a8e119c0066a758232950f1e888f8dea94382bf8c735cd88bf
|
2021-11-07 12:32:52 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
# -- environment variables. See [image docs](https://github.com/mbentley/docker-omada-controller) for more details.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8043
|
|
|
|
targetPort: 8043
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-tcp:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-tcp1:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
protocol: TCP
|
|
|
|
port: 29810
|
|
|
|
targetPort: 29810
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-tcp2:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
protocol: TCP
|
|
|
|
port: 29811
|
|
|
|
targetPort: 29811
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-tcp3:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
protocol: TCP
|
|
|
|
port: 29812
|
|
|
|
targetPort: 29812
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-tcp4:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
protocol: TCP
|
|
|
|
port: 29813
|
|
|
|
targetPort: 29813
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-udp:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-udp1:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
protocol: UDP
|
|
|
|
port: 29810
|
|
|
|
targetPort: 29810
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-udp2:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
protocol: UDP
|
|
|
|
port: 29811
|
|
|
|
targetPort: 29811
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-udp3:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
protocol: TCP
|
|
|
|
port: 29812
|
|
|
|
targetPort: 29812
|
2021-11-14 18:24:25 +00:00
|
|
|
omada-udp4:
|
2021-11-07 12:32:52 +00:00
|
|
|
enabled: true
|
|
|
|
protocol: UDP
|
|
|
|
port: 29813
|
|
|
|
targetPort: 29813
|
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|