Customizing the deployments
Last updated
Was this helpful?
Last updated
Was this helpful?
, is around 3800 lines, so this section aims to sum up the parts needed to change on the values file before launching the deployment.
Around line 144:
Enable Grafana, and make the storage persistent, by changing from this (Around line 754):
To this
Customize admin password, (around line 775-780):
Change grafana.ingress.enabled to true (around line 782):
Change grafana.ingress.hosts to your target URL, for example monitoring-vectice.my-company.com (around line 810):
Change grafana.ingress.tls to the tls secret previously created, and add the host, for example monitoring-vectice.my-company.com (around line 810):
Add json-exporter scrape job (around line 3000):