6.0 KiB
6.0 KiB
spiffe-oidc-discovery-provider
A Helm chart to install the SPIFFE OIDC discovery provider.
Homepage: https://github.com/spiffe/helm-charts/tree/main/charts/spire
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.
Maintainers
| Name | Url | |
|---|---|---|
| marcofranssen | [email protected] | https://marcofranssen.nl |
| kfox1111 | [email protected] | |
| faisal-memon | [email protected] | |
| edwbuck | [email protected] |
Source Code
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.24.0-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 | {} |
|
| livenessProbe.initialDelaySeconds | int | 5 |
Initial delay seconds for livenessProbe |
| livenessProbe.periodSeconds | int | 5 |
Period seconds for livenessProbe |
| nameOverride | string | "" |
|
| namespaceOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| readinessProbe.initialDelaySeconds | int | 5 |
Initial delay seconds for readinessProbe |
| readinessProbe.periodSeconds | int | 5 |
Period seconds for readinessProbe |
| 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 |