feat(monitoring): add Victoria Metrics cluster for ingesting Home Assistant metrics
This commit is contained in:
parent
a90c29e276
commit
99f90e1544
7 changed files with 112 additions and 0 deletions
11
apps/monitoring/base/vmauth.yaml
Normal file
11
apps/monitoring/base/vmauth.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: operator.victoriametrics.com/v1beta1
|
||||
kind: VMAuth
|
||||
metadata:
|
||||
name: metrics-auth
|
||||
spec:
|
||||
selectAllByDefault: true
|
||||
userNamespaceSelector: {}
|
||||
userSelector: {}
|
||||
ingress:
|
||||
class_name: nginx
|
||||
host: metrics.int.nc.landry.land
|
||||
Loading…
Add table
Add a link
Reference in a new issue