Skip to content

Commit bb09a85

Browse files
committed
4
1 parent 9ad3c44 commit bb09a85

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

applications/kube-prometheus-stack/local-stage.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ kube-prometheus-stack:
3131

3232
# Remote write to common cluster via Istio east-west gateway
3333
remoteWrite:
34-
- url: http://istio-eastwestgateway.istio-system.svc.cluster.local:15090/api/v1/write
34+
- url: http://istio-eastwestgateway.istio-system.svc.cluster.local:15080/api/v1/write
3535
name: common-cluster
3636
writeRelabelConfigs:
3737
- action: replace

applications/kube-prometheus-stack/templates/monitoring-gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
istio: eastwestgateway
1111
servers:
1212
- port:
13-
number: 15090
13+
number: 15080
1414
name: prometheus-remote-write
1515
protocol: HTTP
1616
hosts:
@@ -48,7 +48,7 @@ spec:
4848
hosts:
4949
- istio-eastwestgateway.istio-system.svc.cluster.local
5050
ports:
51-
- number: 15090
51+
- number: 15080
5252
name: prometheus-remote-write
5353
protocol: HTTP
5454
location: MESH_EXTERNAL

bootstrap/multicluster/common/istio-eastwest-gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ spec:
3333
port: 15017
3434
targetPort: 15017
3535
- name: prometheus-remote-write
36-
port: 15090
37-
targetPort: 15090
36+
port: 15080
37+
targetPort: 15080
3838
values:
3939
gateways:
4040
istio-ingressgateway:

0 commit comments

Comments
 (0)