feat(observability): Switched to static endpoints due to bug in CRD selector
CRD selected the wrong port otherwise
This commit is contained in:
parent
fc34fb4ee6
commit
942cedd845
1 changed files with 4 additions and 8 deletions
|
@ -7,13 +7,9 @@ spec:
|
||||||
username: simple-user
|
username: simple-user
|
||||||
password: simple-password
|
password: simple-password
|
||||||
targetRefs:
|
targetRefs:
|
||||||
- crd:
|
- static:
|
||||||
kind: VMSingle
|
url: http://vmsingle-victoria-k8s-stack-victoria-metrics-k8s-stack:8429
|
||||||
name: victoria-k8s-stack-victoria-metrics-k8s-stack
|
|
||||||
namespace: observability
|
|
||||||
paths: ["/api/v1/write/.*"]
|
paths: ["/api/v1/write/.*"]
|
||||||
- crd:
|
- static:
|
||||||
kind: VLogs
|
url: http://vlogs-victorialogs:9428
|
||||||
name: victorialogs
|
|
||||||
namespace: observability
|
|
||||||
paths: ["/insert/elasticsearch/.*"]
|
paths: ["/insert/elasticsearch/.*"]
|
||||||
|
|
Loading…
Reference in a new issue