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

KeyTypeDefaultMeaning
global.hosts.domainstringBase domain for the instance and its Ingress objects.
global.ingress.classstringIngress class name the chart’s Ingress objects use.

TLS

KeyTypeDefaultMeaning
global.ingress.tls.secretNamestringName of the Secret with the TLS certificate and key for global.hosts.domain.

PostgreSQL

KeyTypeDefaultMeaning
global.psql.hoststringAddress of the external PostgreSQL server.
global.psql.portinteger<VALUE>Port of the external PostgreSQL server.
global.psql.databasestringName of the database Deckhouse Code uses.
global.psql.usernamestringPostgreSQL role Deckhouse Code connects as.
global.psql.password.secretNamestringName of the Secret with the PostgreSQL password.
global.psql.password.keystringpasswordKey inside that Secret that holds the password.

Redis

KeyTypeDefaultMeaning
global.redis.hoststringAddress of the external Redis server.
global.redis.portinteger<VALUE>Port of the external Redis server.
global.redis.password.secretNamestringName of the Secret with the Redis password, when the server requires one.
global.redis.password.keystringpasswordKey inside that Secret that holds the password.

Object storage

KeyTypeDefaultMeaning
global.appConfig.object_store.enabledboolean<VALUE>Whether Deckhouse Code stores CI/CD artifacts, uploads and backup archives in S3-compatible object storage.
global.appConfig.object_store.connection.secretNamestringName of the Secret with the object storage endpoint, region and access keys.

Git storage (Gitaly persistence)

KeyTypeDefaultMeaning
gitaly.persistence.sizestring<VALUE>Size of the persistent volume claim each Gitaly pod mounts for Git repository storage.
gitaly.persistence.storageClassstringStorageClass the Gitaly persistent volume claims are provisioned from.

Container registry

KeyTypeDefaultMeaning
registry.enabledboolean<VALUE>Whether the chart deploys the container registry component.
registry.storage.bucketstringObject storage bucket the container registry stores image layers in.

Pages

KeyTypeDefaultMeaning
pages.enabledboolean<VALUE>Whether the chart deploys the Pages component.
pages.storage.bucketstringObject storage bucket Pages content is stored in.

SMTP

KeyTypeDefaultMeaning
global.smtp.enabledboolean<VALUE>Whether outgoing notification email is sent through SMTP.
global.smtp.addressstringAddress of the SMTP server.
global.smtp.portinteger<VALUE>Port of the SMTP server.
global.smtp.credentialsSecretstringName of the Secret with the SMTP user name and password.