File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4545 - --podname=$(POD_NAME)
4646 - --nodename=$(NODE_NAME)
4747 - --geneve-port={{ .Values.networking.genevePort }}
48+ - --health-probe-bind-address={{ .Values.networking.fabric.config.healthProbeBindAddress}}
49+ - --metrics-address={{ .Values.networking.fabric.config.metricsAddress}}
4850 {{- if not .Values.requirements.kernel.enabled }}
4951 - --disable-kernel-version-check
5052 {{- end }}
Original file line number Diff line number Diff line change @@ -124,6 +124,12 @@ networking:
124124 # In some cases (like K3S), this monitor can cause a huge amount of CPU usage.
125125 # If you are experiencing high CPU usage, you can disable this feature.
126126 nftablesMonitor : true
127+ # -- Set the address where the fabric pod will expose the health probe.
128+ # To disable the health probe, set the address to ":0".
129+ healthProbeBindAddress : " :8081"
130+ # -- Set the address where the fabric pod will expose the metrics.
131+ # To disable the metrics, set the address to ":0".
132+ metricsAddress : " :8082"
127133
128134authentication :
129135 # -- Enable/Disable the authentication module.
You can’t perform that action at this time.
0 commit comments