Deprecating version allows users of the chart to have a migration path Signed-off-by: Marco Franssen <[email protected]>
5.3 KiB
5.3 KiB
spiffe-oidc-discovery-provider
A Helm chart to install the SPIFFE OIDC discovery provider.
Note
: Minimum Spire version is
1.5.3. The recommended version is1.6.0to support arm64 nodes. If running with any prior version to1.6.0you have to use anodeSelectorto limit tokubernetes.io/arch: amd64.
Values
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| agentSocketName | string | "spire-agent.sock" |
The name of the spire-agent unix socket |
| autoscaling.enabled | bool | false |
|
| autoscaling.maxReplicas | int | 5 |
|
| autoscaling.minReplicas | int | 1 |
|
| autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
| autoscaling.targetMemoryUtilizationPercentage | int | 80 |
|
| clusterDomain | string | "cluster.local" |
|
| config.acme.cacheDir | string | "/run/spire" |
|
| config.acme.directoryUrl | string | "https://acme-v02.api.letsencrypt.org/directory" |
|
| config.acme.emailAddress | string | "[email protected]" |
|
| config.acme.tosAccepted | bool | false |
|
| config.domains[0] | string | "localhost" |
|
| config.domains[1] | string | "oidc-discovery.example.org" |
|
| config.logLevel | string | "info" |
The log level, valid values are "debug", "info", "warn", and "error" |
| configMap.annotations | object | {} |
Annotations to add to the SPIFFE OIDC Discovery Provider ConfigMap |
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
The image pull policy |
| image.registry | string | "ghcr.io" |
The OCI registry to pull the image from |
| image.repository | string | "spiffe/oidc-discovery-provider" |
The repository within the registry |
| image.tag | string | "" |
Overrides the image tag whose default is the chart appVersion |
| image.version | string | "" |
This value is deprecated in favor of tag. (Will be removed in a future release) |
| imagePullSecrets | list | [] |
|
| ingress.annotations | object | {} |
|
| ingress.className | string | "" |
|
| ingress.enabled | bool | false |
|
| ingress.hosts[0].host | string | "oidc-discovery.example.org" |
|
| ingress.hosts[0].paths[0].path | string | "/" |
|
| ingress.hosts[0].paths[0].pathType | string | "Prefix" |
|
| ingress.tls | list | [] |
|
| insecureScheme.enabled | bool | false |
|
| insecureScheme.nginx.image.pullPolicy | string | "IfNotPresent" |
The image pull policy |
| insecureScheme.nginx.image.registry | string | "docker.io" |
The OCI registry to pull the image from |
| insecureScheme.nginx.image.repository | string | "nginxinc/nginx-unprivileged" |
The repository within the registry |
| insecureScheme.nginx.image.tag | string | "1.23.2-alpine" |
Overrides the image tag |
| insecureScheme.nginx.image.version | string | "" |
This value is deprecated in favor of tag. (Will be removed in a future release) |
| insecureScheme.nginx.resources | object | {} |
|
| nameOverride | string | "" |
|
| namespaceOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| replicaCount | int | 1 |
|
| resources | object | {} |
|
| securityContext | object | {} |
|
| service.annotations | object | {} |
|
| service.port | int | 80 |
|
| service.type | string | "ClusterIP" |
|
| serviceAccount.annotations | object | {} |
Annotations to add to the service account |
| serviceAccount.create | bool | true |
Specifies whether a service account should be created |
| serviceAccount.name | string | "" |
The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| telemetry.prometheus.enabled | bool | false |
|
| telemetry.prometheus.nginxExporter.image.pullPolicy | string | "IfNotPresent" |
The image pull policy |
| telemetry.prometheus.nginxExporter.image.registry | string | "docker.io" |
The OCI registry to pull the image from |
| telemetry.prometheus.nginxExporter.image.repository | string | "nginx/nginx-prometheus-exporter" |
The repository within the registry |
| telemetry.prometheus.nginxExporter.image.tag | string | "0.11.0" |
Overrides the image tag |
| telemetry.prometheus.nginxExporter.image.version | string | "" |
This value is deprecated in favor of tag. (Will be removed in a future release) |
| telemetry.prometheus.nginxExporter.resources | object | {} |
|
| telemetry.prometheus.podMonitor.enabled | bool | false |
|
| telemetry.prometheus.podMonitor.labels | object | {} |
|
| telemetry.prometheus.podMonitor.namespace | string | "" |
Override where to install the podMonitor, if not set will use the same namespace as the spiffe-oidc-discovery-provider |
| telemetry.prometheus.port | int | 9988 |
|
| tolerations | list | [] |
|
| trustDomain | string | "example.org" |
Set the trust domain to be used for the SPIFFE identifiers |