mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:04:42 +02:00
fix(grafana): migrer SQLite→PostgreSQL — DDL NFS trop lent au boot
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2bd7b2c602
commit
92ea6c60a5
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@
|
|||
grafana:
|
||||
initChownData:
|
||||
enabled: false
|
||||
grafana.ini:
|
||||
database:
|
||||
type: postgres
|
||||
host: 192.168.10.1:5432
|
||||
name: grafana
|
||||
user: grafana
|
||||
envFromSecretRef: grafana-db-secret
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue