File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
deployment/helm/node-feature-discovery/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
name : grpc
57
57
- containerPort : {{ .Values.master.metricsPort | default "8081" }}
58
58
name : metrics
59
- - containerPort : 8082
59
+ - containerPort : {{ .Values.master.healthPort | default " 8082" }}
60
60
name : health
61
61
env :
62
62
- name : NODE_NAME
Original file line number Diff line number Diff line change 97
97
ports :
98
98
- containerPort : {{ .Values.topologyUpdater.metricsPort | default "8081"}}
99
99
name : metrics
100
- - containerPort : 8082
100
+ - containerPort : {{ .Values.topologyUpdater.healthPort | default " 8082" }}
101
101
name : health
102
102
volumeMounts :
103
103
{{- if .Values.topologyUpdater.kubeletConfigPath | empty | not }}
Original file line number Diff line number Diff line change 91
91
ports :
92
92
- containerPort : {{ .Values.worker.metricsPort | default "8081"}}
93
93
name : metrics
94
- - containerPort : 8082
94
+ - containerPort : {{ .Values.worker.healthPort | default " 8082" }}
95
95
name : health
96
96
volumeMounts :
97
97
- name : host-boot
You can’t perform that action at this time.
0 commit comments