Skip to content

Latest commit

 

History

History

keycloak-controller

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

keycloak controller helm chart

Installs the keycloak-controller.

Installing the Chart

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.

Prometheus

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"

Configuration

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