The tables below list every chart value referenced on Quick start and Configuration, one table per key group. Value names are those of the chart’s values.yaml. Default column values are placeholders until the chart ships.
Hosts and ingress
| Key | Type | Default | Meaning |
|---|---|---|---|
global.hosts.domain |
string | — | Base domain for the instance and its Ingress objects. |
global.ingress.class |
string | — | Ingress class name the chart’s Ingress objects use. |
TLS
| Key | Type | Default | Meaning |
|---|---|---|---|
global.ingress.tls.secretName |
string | — | Name of the Secret with the TLS certificate and key for global.hosts.domain. |
PostgreSQL
| Key | Type | Default | Meaning |
|---|---|---|---|
global.psql.host |
string | — | Address of the external PostgreSQL server. |
global.psql.port |
integer | <VALUE> |
Port of the external PostgreSQL server. |
global.psql.database |
string | — | Name of the database Deckhouse Code uses. |
global.psql.username |
string | — | PostgreSQL role Deckhouse Code connects as. |
global.psql.password.secretName |
string | — | Name of the Secret with the PostgreSQL password. |
global.psql.password.key |
string | password |
Key inside that Secret that holds the password. |
Redis
| Key | Type | Default | Meaning |
|---|---|---|---|
global.redis.host |
string | — | Address of the external Redis server. |
global.redis.port |
integer | <VALUE> |
Port of the external Redis server. |
global.redis.password.secretName |
string | — | Name of the Secret with the Redis password, when the server requires one. |
global.redis.password.key |
string | password |
Key inside that Secret that holds the password. |
Object storage
| Key | Type | Default | Meaning |
|---|---|---|---|
global.appConfig.object_store.enabled |
boolean | <VALUE> |
Whether Deckhouse Code stores CI/CD artifacts, uploads and backup archives in S3-compatible object storage. |
global.appConfig.object_store.connection.secretName |
string | — | Name of the Secret with the object storage endpoint, region and access keys. |
Git storage (Gitaly persistence)
| Key | Type | Default | Meaning |
|---|---|---|---|
gitaly.persistence.size |
string | <VALUE> |
Size of the persistent volume claim each Gitaly pod mounts for Git repository storage. |
gitaly.persistence.storageClass |
string | — | StorageClass the Gitaly persistent volume claims are provisioned from. |
Container registry
| Key | Type | Default | Meaning |
|---|---|---|---|
registry.enabled |
boolean | <VALUE> |
Whether the chart deploys the container registry component. |
registry.storage.bucket |
string | — | Object storage bucket the container registry stores image layers in. |
Pages
| Key | Type | Default | Meaning |
|---|---|---|---|
pages.enabled |
boolean | <VALUE> |
Whether the chart deploys the Pages component. |
pages.storage.bucket |
string | — | Object storage bucket Pages content is stored in. |
SMTP
| Key | Type | Default | Meaning |
|---|---|---|---|
global.smtp.enabled |
boolean | <VALUE> |
Whether outgoing notification email is sent through SMTP. |
global.smtp.address |
string | — | Address of the SMTP server. |
global.smtp.port |
integer | <VALUE> |
Port of the SMTP server. |
global.smtp.credentialsSecret |
string | — | Name of the Secret with the SMTP user name and password. |