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
lauri
with your username - Add
prometheus.yaml
ingrafana-datasources
ConfigMap 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
StatefulSet
toDeployment
.