Skip to main content

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

ParameterDescriptionDefault
suffixOptionally override the fully qualified name.""
replicasThe number of replicas to create.1
image.repositoryThe RSA docker container repository.registry.git.identos.ca/rsa/adapter-base
image.tagOverrides the docker container image version. This value can be changed later as required to point to an exact version.latest
image.pullPolicyThe image pull policy. Refer to the Kubernetes reference documentation for more information.IfNotPresent
image.credentialsSecret name containing docker credentials for private repository.nil
application.enableHTTPSOption to disable SSL termination, self signed certificate will be used.false
application.portPort number for the service to run under.8080
application.configFull configuration for docker container see OIDC Configuration or LDAP Configuration for details.""
ingress.enabledFlag to enable or disable ingress element creation for service.false
ingress.annotationsAnnotations to apply to ingress element.[]
ingress.hostHostname for the ingress element to listen on.""
resourcesPod resource requests and limits.
mysql.enabledEnable MySQL helm chart dependency.IfNotPresent
mysql.*See Configuration for details-
deployment.annotationsAny Kubernetes annotations to apply to the deployment object used for this application.