Remove spire ingress as it complicate SNI acme
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -58,16 +58,20 @@ Kubernetes: `>=1.19.0-0`
|
||||
| imagePullSecrets | list | `[]` | |
|
||||
| nameOverride | string | `""` | |
|
||||
| nodeSelector | object | `{}` | |
|
||||
| oidc.acme.cacheDir | string | `"/run/spire"` | |
|
||||
| oidc.acme.directoryUrl | string | `"https://acme-v02.api.letsencrypt.org/directory"` | |
|
||||
| oidc.acme.emailAddress | string | `"[email protected]"` | |
|
||||
| oidc.acme.tosAccepted | bool | `false` | |
|
||||
| oidc.allowInsecureScheme | bool | `false` | |
|
||||
| oidc.domain | string | `"oidc-discovery.example.org"` | |
|
||||
| oidc.enabled | bool | `false` | |
|
||||
| oidc.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| oidc.image.repository | string | `"gcr.io/spiffe-io/oidc-discovery-provider"` | |
|
||||
| oidc.image.tag | string | `""` | |
|
||||
| oidc.ingress.domain | string | `"oidc-discovery.example.org"` | |
|
||||
| oidc.ingress.enabled | bool | `false` | |
|
||||
| oidc.letsEncrypt.emailAddress | string | `"[email protected]"` | |
|
||||
| oidc.logLevel | string | `"INFO"` | |
|
||||
| oidc.service.annotations | object | `{}` | |
|
||||
| oidc.service.port | int | `80` | |
|
||||
| oidc.service.type | string | `"ClusterIP"` | |
|
||||
| oidc.service.type | string | `"NodePort"` | |
|
||||
| podAnnotations | object | `{}` | |
|
||||
| podSecurityContext | object | `{}` | |
|
||||
| replicaCount | int | `1` | |
|
||||
|
||||
Reference in New Issue
Block a user