fix(observability): 🐛 enable vmagent, fix grafana auth, disable vmauth on dev
- Enable VMAgent (was disabled → no metrics scraped) - Remove disable_login from Grafana config; add security block so operator can auth via API - Disable VMAuth (invalid trailing-dot hostname o12y.observability.; not needed on dev)
This commit is contained in:
parent
d83945413d
commit
369961a940
2 changed files with 5 additions and 3 deletions
|
|
@ -35,8 +35,10 @@ spec:
|
||||||
server:
|
server:
|
||||||
root_url: "https://grafana.dev.t09.de"
|
root_url: "https://grafana.dev.t09.de"
|
||||||
auth:
|
auth:
|
||||||
disable_login: "true"
|
|
||||||
disable_login_form: "true"
|
disable_login_form: "true"
|
||||||
|
security:
|
||||||
|
admin_user: admin
|
||||||
|
admin_password: admin
|
||||||
auth.generic_oauth:
|
auth.generic_oauth:
|
||||||
enabled: "true"
|
enabled: "true"
|
||||||
name: Forgejo
|
name: Forgejo
|
||||||
|
|
|
||||||
|
|
@ -673,7 +673,7 @@ vmalert:
|
||||||
|
|
||||||
vmauth:
|
vmauth:
|
||||||
# -- Enable VMAuth CR
|
# -- Enable VMAuth CR
|
||||||
enabled: true
|
enabled: false
|
||||||
# -- VMAuth annotations
|
# -- VMAuth annotations
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# -- (object) Full spec for VMAuth CRD. Allowed values described [here](https://docs.victoriametrics.com/operator/api#vmauthspec)
|
# -- (object) Full spec for VMAuth CRD. Allowed values described [here](https://docs.victoriametrics.com/operator/api#vmauthspec)
|
||||||
|
|
@ -696,7 +696,7 @@ vmauth:
|
||||||
|
|
||||||
vmagent:
|
vmagent:
|
||||||
# -- Create VMAgent CR
|
# -- Create VMAgent CR
|
||||||
enabled: false
|
enabled: true
|
||||||
# -- VMAgent annotations
|
# -- VMAgent annotations
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec)
|
# -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue