Resource Server Adapter Helm Chart Config
Configuration for a Helm chart is provided as a YAML formatted file. The following table lists the configuration parameters, a description and their default values. These properties are common between both the RSA and the RSA Admin API.
note
Note that a valid ingress controller must be installed within your Kubernetes environment to make use of the ingress element.
note
Currently, the RSA and RSA Admin API are deployed via separate Helm charts.
Common Helm Chart Properties
| Parameter | Description | Default |
|---|---|---|
| suffix | Optionally override the fully qualified name. | "" |
| replicas | The number of replicas to create. | 1 |
| image.repository | The RSA docker container repository. | registry.git.identos.ca/rsa/adapter-base |
| image.tag | Overrides the docker container image version. This value can be changed later as required to point to an exact version. | latest |
| image.pullPolicy | The image pull policy. Refer to the Kubernetes reference documentation for more information. | IfNotPresent |
| image.credentials | Secret name containing docker credentials for private repository. | nil |
| application.enableHTTPS | Option to disable SSL termination, self signed certificate will be used. | false |
| application.port | Port number for the service to run under. | 8080 |
| application.config | Full configuration for docker container see OIDC Configuration or LDAP Configuration for details. | "" |
| ingress.enabled | Flag to enable or disable ingress element creation for service. | false |
| ingress.annotations | Annotations to apply to ingress element. | [] |
| ingress.host | Hostname for the ingress element to listen on. | "" |
| resources | Pod resource requests and limits. | |
| mysql.enabled | Enable MySQL helm chart dependency. | IfNotPresent |
| mysql.* | See Configuration for details | - |
| deployment.annotations | Any Kubernetes annotations to apply to the deployment object used for this application. |