Skip to content

Commit 48013ee

Browse files
committed
fix stage prom conf
1 parent 133451a commit 48013ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ chart:
1212
- host: prometheus-stage.home.lab
1313
paths:
1414
- path: /
15-
service: "kube-prometheus-stack-prometheus"
15+
service: "prometheus-stage-prometheus"
1616
port: 9090
1717

1818
kube-prometheus-stack:
@@ -30,9 +30,9 @@ kube-prometheus-stack:
3030
cluster: "stage"
3131
region: "local"
3232

33-
# Remote write to common cluster via Istio east-west gateway
33+
# Remote write to common cluster via Istio east-west gateway external IP
3434
remoteWrite:
35-
- url: http://istio-eastwestgateway.istio-system.svc.cluster.local:15080/api/v1/write
35+
- url: http://172.18.255.201:15080/api/v1/write
3636
name: common-cluster
3737
writeRelabelConfigs:
3838
- action: replace

0 commit comments

Comments
 (0)