In this example Grafana is deployed as StatefulSet with single pod.
The custom resource definition OIDCClient is used to automagically register
Grafana as OIDC client within
Passmower
IDP which is already deployed in the cluster.
Exercises:
- Replace
lauriwith your username - Add
prometheus.yamlingrafana-datasourcesConfigMap to declaratively configure data sources for Grafana - Add CloudNativePG cluster into your sandbox or use existing one
- Reconfigure Grafana to use Postgres as backing store for Grafana. No need to export-import existing dashboards
- Delete volume claim template section
- Convert
StatefulSettoDeployment.