2026-01-30 14:56:24 +01:00
|
|
|
apiVersion: operator.victoriametrics.com/v1beta1
|
|
|
|
|
kind: VMUser
|
|
|
|
|
metadata:
|
|
|
|
|
name: simple-user
|
|
|
|
|
namespace: observability
|
|
|
|
|
spec:
|
|
|
|
|
username: simple-user
|
|
|
|
|
passwordRef:
|
|
|
|
|
key: password
|
|
|
|
|
name: simple-user-secret
|
|
|
|
|
targetRefs:
|
|
|
|
|
- static:
|
|
|
|
|
url: http://vmsingle-o12y:8429
|
|
|
|
|
paths: ["/api/v1/write"]
|
2026-06-19 16:37:33 +02:00
|
|
|
- static:
|
|
|
|
|
url: http://vmsingle-o12y:8429
|
|
|
|
|
paths: ["/api/v1/.*"]
|
|
|
|
|
- static:
|
|
|
|
|
url: http://vlogs-victorialogs:9428
|
|
|
|
|
paths: ["/insert/elasticsearch/.*"]
|
2026-01-30 14:56:24 +01:00
|
|
|
- static:
|
|
|
|
|
url: http://vlogs-victorialogs:9428
|
2026-06-19 16:37:33 +02:00
|
|
|
paths: ["/select/.*"]
|