File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
tests/integration/update_cluster/privatecilium2/data
upup/models/cloudup/resources/addons/networking.cilium.io Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ so we can avoid port collisions.
5
5
6
6
See also pkg/wellknownports/wellknownports.go
7
7
8
-
9
8
| Port | Description |
10
- | ------ | ------------------------------------------ |
9
+ | ---- | ---------------------------------------- |
11
10
| 22 | SSH |
12
11
| 443 | Kubernetes API |
13
12
| 179 | Calico |
@@ -31,4 +30,4 @@ See also pkg/wellknownports/wellknownports.go
31
30
| 4789 | VXLAN |
32
31
| 6942 | Cilium operator prometheus port |
33
32
| 9090 | Cilium prometheus port |
34
- | 9091 | Cilium hubble prometheus port |
33
+ | 9965 | Cilium hubble prometheus port |
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const (
71
71
CiliumPrometheusPort = 9090
72
72
73
73
// CiliumHubblePrometheusPort is the default port where Hubble exposes metrics
74
- CiliumHubblePrometheusPort = 9091
74
+ CiliumHubblePrometheusPort = 9965
75
75
76
76
// VxlanUDP is the port used by VXLAN tunneling over UDP
77
77
VxlanUDP = 8472
Original file line number Diff line number Diff line change 78
78
hubble-disable-tls: "false"
79
79
hubble-listen-address: :4244
80
80
hubble-metrics: drop
81
- hubble-metrics-server: :9091
81
+ hubble-metrics-server: :9965
82
82
hubble-socket-path: /var/run/cilium/hubble.sock
83
83
hubble-tls-cert-file: /var/lib/cilium/tls/hubble/tls.crt
84
84
hubble-tls-client-ca-files: /var/lib/cilium/tls/hubble/ca.crt
@@ -831,8 +831,8 @@ spec:
831
831
hostPort: 4244
832
832
name: peer-service
833
833
protocol: TCP
834
- - containerPort: 9091
835
- hostPort: 9091
834
+ - containerPort: 9965
835
+ hostPort: 9965
836
836
name: hubble-metrics
837
837
protocol: TCP
838
838
readinessProbe:
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ data:
332
332
hubble-tls-key-file: /var/lib/cilium/tls/hubble/tls.key
333
333
hubble-tls-client-ca-files: /var/lib/cilium/tls/hubble/ca.crt
334
334
{{ if .Hubble.Metrics }}
335
- hubble-metrics-server: ":9091 "
335
+ hubble-metrics-server: ":9965 "
336
336
hubble-metrics:
337
337
{{- range .Hubble.Metrics }}
338
338
{{ . }}
@@ -1099,8 +1099,8 @@ spec:
1099
1099
hostPort: 4244
1100
1100
protocol: TCP
1101
1101
{{- if .Hubble.Metrics }}
1102
- - containerPort: 9091
1103
- hostPort: 9091
1102
+ - containerPort: 9965
1103
+ hostPort: 9965
1104
1104
name: hubble-metrics
1105
1105
protocol: TCP
1106
1106
{{- end }}
You can’t perform that action at this time.
0 commit comments