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
|
||||
password: simple-password
|
||||
targetRefs:
|
||||
- crd:
|
||||
kind: VMSingle
|
||||
name: victoria-k8s-stack-victoria-metrics-k8s-stack
|
||||
namespace: observability
|
||||
- static:
|
||||
url: http://vmsingle-victoria-k8s-stack-victoria-metrics-k8s-stack:8429
|
||||
paths: ["/api/v1/write/.*"]
|
||||
- crd:
|
||||
kind: VLogs
|
||||
name: victorialogs
|
||||
namespace: observability
|
||||
- static:
|
||||
url: http://vlogs-victorialogs:9428
|
||||
paths: ["/insert/elasticsearch/.*"]
|
||||
|
|
Loading…
Reference in a new issue