Skip to content

Commit 5878e4a

Browse files
committed
fix in chart
1 parent 2205071 commit 5878e4a

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

charts/function-mesh-operator/templates/controller-manager-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
prometheus.io/scrape: "true"
2727
prometheus.io/path: "/metrics"
2828
prometheus.io/port: "{{ .Values.controllerManager.metrics.port }}"
29-
traffic.sidecar.istio.io/excludeInboundPorts: '9443'
29+
traffic.sidecar.istio.io/excludeInboundPorts: '9443,8443'
3030
spec:
3131
{{- if .Values.controllerManager.serviceAccount }}
3232
serviceAccount: {{ .Values.controllerManager.serviceAccount }}

charts/function-mesh-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ controllerManager:
6363
configFile: /etc/config/config.yaml
6464
enableLeaderElection: true
6565
metrics:
66-
port: 8080
66+
port: 8443
6767
healthProbe:
6868
port: 8000
6969
pprof:

config/default/manager_metrics_patch.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,4 @@ spec:
99
annotations:
1010
prometheus.io/scrape: "true"
1111
prometheus.io/path: "/metrics"
12-
prometheus.io/port: "8080"
13-
spec:
14-
containers:
15-
- name: manager
16-
ports:
17-
- containerPort: 8080
18-
name: http-metrics
19-
protocol: TCP
12+
prometheus.io/port: "8443"

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
template:
2323
metadata:
2424
annotations:
25-
traffic.sidecar.istio.io/excludeInboundPorts: '9443'
25+
traffic.sidecar.istio.io/excludeInboundPorts: '9443,8443'
2626
labels:
2727
control-plane: controller-manager
2828
app: function-mesh-operator

0 commit comments

Comments
 (0)