mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[omada-controller] Provide useful defaults
This commit is contained in:
parent
7f042d18cc
commit
692a461969
@ -26,15 +26,48 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 8043
|
port: 8043
|
||||||
|
management:
|
||||||
|
enabled: false
|
||||||
|
ports:
|
||||||
|
tcp29811:
|
||||||
|
enabled: true
|
||||||
|
port: 29811
|
||||||
|
protocol: TCP
|
||||||
|
primary: false
|
||||||
|
tcp29812:
|
||||||
|
enabled: true
|
||||||
|
port: 29812
|
||||||
|
protocol: TCP
|
||||||
|
primary: false
|
||||||
|
tcp29813:
|
||||||
|
enabled: true
|
||||||
|
port: 29813
|
||||||
|
protocol: TCP
|
||||||
|
primary: false
|
||||||
|
discovery:
|
||||||
|
enabled: false
|
||||||
|
ports:
|
||||||
|
udp29810:
|
||||||
|
enabled: true
|
||||||
|
port: 29810
|
||||||
|
protocol: UDP
|
||||||
|
primary: false
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
# -- Enable and configure ingress settings for the chart under this key.
|
# -- Enable and configure ingress settings for the chart under this key.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
# annotations:
|
||||||
|
# nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
||||||
|
# nginx.ingress.kubernetes.io/proxy-redirect-from: https://$http_host:8043/
|
||||||
|
# nginx.ingress.kubernetes.io/proxy-redirect-to: https://$http_host/
|
||||||
|
# nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||||
|
# proxy_set_header Host $http_host:8043;
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
mountPath: /opt/tplink/EAPController/data
|
||||||
|
Loading…
Reference in New Issue
Block a user