Installs the keycloak-controller.
To install the chart with the release name keycloak-controller
:
helm upgrade --install keycloak-controller oci://ghcr.io/doodlescheduling/charts/keycloak-controller
This command deploys the keycloak-controller with the default configuration. The configuration section lists the parameters that can be configured during installation.
The chart comes with a ServiceMonitor/PodMonitor for use with the Prometheus Operator which are disabled by default.
If you're not using the Prometheus Operator, you can populate the podAnnotations
as below:
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "metrics"
prometheus.io/path: "/metrics"
See Customizing the Chart Before Installing. To see all configurable options with detailed comments, visit the chart's values.yaml, or run the configuration command:
$ helm show values oci://ghcr.io/doodlescheduling/charts/keycloak-controller