2025-07-22 10:33:01 +02:00
|
|
|
apiVersion: operator.victoriametrics.com/v1beta1
|
|
|
|
|
kind: VMUser
|
|
|
|
|
metadata:
|
|
|
|
|
name: simple-user
|
|
|
|
|
namespace: observability
|
|
|
|
|
spec:
|
|
|
|
|
username: simple-user
|
2026-01-29 09:07:02 +00:00
|
|
|
passwordRef:
|
|
|
|
|
key: password
|
|
|
|
|
name: simple-user-secret
|
2025-07-22 10:33:01 +02:00
|
|
|
targetRefs:
|
|
|
|
|
- static:
|
|
|
|
|
url: http://vmsingle-o12y:8429
|
|
|
|
|
paths: ["/api/v1/write"]
|
|
|
|
|
- static:
|
|
|
|
|
url: http://vlogs-victorialogs:9428
|
2026-01-29 09:07:02 +00:00
|
|
|
paths: ["/insert/elasticsearch/.*"]
|