We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133451a commit 48013eeCopy full SHA for 48013ee
applications/kube-prometheus-stack/local-stage.values.yaml
@@ -12,7 +12,7 @@ chart:
12
- host: prometheus-stage.home.lab
13
paths:
14
- path: /
15
- service: "kube-prometheus-stack-prometheus"
+ service: "prometheus-stage-prometheus"
16
port: 9090
17
18
kube-prometheus-stack:
@@ -30,9 +30,9 @@ kube-prometheus-stack:
30
cluster: "stage"
31
region: "local"
32
33
- # Remote write to common cluster via Istio east-west gateway
+ # Remote write to common cluster via Istio east-west gateway external IP
34
remoteWrite:
35
- - url: http://istio-eastwestgateway.istio-system.svc.cluster.local:15080/api/v1/write
+ - url: http://172.18.255.201:15080/api/v1/write
36
name: common-cluster
37
writeRelabelConfigs:
38
- action: replace
0 commit comments