mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
infra-cert-manager
DeepCypher AoA template cluster decleration for cert-manager infra
Requirements
| Repository | Name | Version |
|---|---|---|
| https://charts.jetstack.io | cert-manager | v1.18.2 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| cert-manager.config.apiVersion | string | "controller.config.cert-manager.io/v1alpha1" |
|
| cert-manager.config.enableGatewayAPI | bool | true |
|
| cert-manager.config.kind | string | "ControllerConfiguration" |
|
| cert-manager.extraArgs[0] | string | "--dns01-recursive-nameservers-only" |
|
| cert-manager.extraArgs[1] | string | "--dns01-recursive-nameservers=1.1.1.1:53,1.0.0.1:53,8.8.8.8:53" |
|
| cert-manager.extraArgs[2] | string | "--acme-http01-solver-nameservers=1.1.1.1:53,1.0.0.1:53,8.8.8.8:53" |
|
| cert-manager.installCRDs | bool | true |
|
| environment.baseDomain | string | "deepcypher.me" |
|
| environment.contact.email | string | "noreply@deepcypher.me" |
|
| environment.contact.name | string | "George Onoufriou" |
|
| environment.hardware | string | "metal" |
|
| environment.location.name | string | "unknown" |
|
| environment.mode | string | "production" |
|
| environment.name | string | "unknown" |
|
| environment.revision | string | "main" |
|
| global.cert.issuer.email | string | "acme@deepcypher.me" |
|
| ingress.class.name | string | "traefik" |