feat(observability): Disabled grafana auth protection
This commit is contained in:
parent
050c774db0
commit
eacdcf2eae
1 changed files with 6 additions and 0 deletions
|
@ -875,6 +875,12 @@ grafana:
|
|||
enabled: true
|
||||
type: pvc
|
||||
storageClassName: "default"
|
||||
grafana.ini:
|
||||
auth:
|
||||
login_maximum_inactive_lifetime_duration: 0
|
||||
login_maximum_lifetime_duration: 0
|
||||
security:
|
||||
disable_brute_force_login_protection: true
|
||||
sidecar:
|
||||
datasources:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue