move grafana into separate file and tunr off persistence as we use external db now [ci skip]
This commit is contained in:
parent
8b28288360
commit
26d55c6637
3 changed files with 108 additions and 33 deletions
|
|
@ -1,7 +1,7 @@
|
|||
deploymentStrategy:
|
||||
type: Recreate
|
||||
persistence:
|
||||
enabled: true
|
||||
enabled: false # using external mysql
|
||||
existingClaim: "grafana-pvc"
|
||||
ingress:
|
||||
enabled: "true"
|
||||
|
|
@ -39,6 +39,7 @@ dashboardProviders:
|
|||
path: "/var/lib/grafana/dashboards/default"
|
||||
env:
|
||||
GF_DATABASE_PASSWORD: "${db_password}"
|
||||
GF_SERVER_ROOT_URL: https://grafana.viktorbarzin.me
|
||||
|
||||
grafana.ini:
|
||||
database:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue