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
|
||||
spec:
|
||||
username: simple-user
|
||||
passwordRef:
|
||||
key: password
|
||||
name: simple-user-secret
|
||||
password: sx5gC7ooWaWOODwD
|
||||
targetRefs:
|
||||
- static:
|
||||
url: http://vmsingle-o12y:8429
|
||||
paths: ["/api/v1/write"]
|
||||
- static:
|
||||
url: http://vmsingle-o12y:8429
|
||||
paths: ["/api/v1/.*"]
|
||||
- static:
|
||||
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