All configurations in this section is optional. If you want to customized these value, you can configure it in service-configuration.yaml.
For example, if you want to use different port than the default 3000, add following to your service-configuration.yaml as following:
grafana:
port: new-valueAfter parsing, object model looks like:
grafana:
port: 3000
url: "http://master_ip:3000"| Data in Configuration File | Data in Cluster Object Model | Data in Jinja2 Template | Data type |
| grafana.port | com["grafana"]["port"] | cluster_cfg["grafana"]["port"] | Int |
| grafana.url | com["grafana"]["url"] | cluster_cfg["grafana"]["url"] | URL |