feat(observability): ✨ add read routes to vmauth for metrics and logs queries
This commit is contained in:
parent
c7b0c6825c
commit
5b4ea9c5e8
1 changed files with 8 additions and 4 deletions
|
|
@ -5,13 +5,17 @@ metadata:
|
||||||
namespace: observability
|
namespace: observability
|
||||||
spec:
|
spec:
|
||||||
username: simple-user
|
username: simple-user
|
||||||
passwordRef:
|
password: sx5gC7ooWaWOODwD
|
||||||
key: password
|
|
||||||
name: simple-user-secret
|
|
||||||
targetRefs:
|
targetRefs:
|
||||||
- static:
|
- static:
|
||||||
url: http://vmsingle-o12y:8429
|
url: http://vmsingle-o12y:8429
|
||||||
paths: ["/api/v1/write"]
|
paths: ["/api/v1/write"]
|
||||||
|
- static:
|
||||||
|
url: http://vmsingle-o12y:8429
|
||||||
|
paths: ["/api/v1/.*"]
|
||||||
- static:
|
- static:
|
||||||
url: http://vlogs-victorialogs:9428
|
url: http://vlogs-victorialogs:9428
|
||||||
paths: ["/insert/elasticsearch/.*"]
|
paths: ["/insert/elasticsearch/.*"]
|
||||||
|
- static:
|
||||||
|
url: http://vlogs-victorialogs:9428
|
||||||
|
paths: ["/select/.*"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue