mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
gitea
A Helm chart for Kubernetes
Requirements
| Repository | Name | Version |
|---|---|---|
| https://dl.gitea.com/charts/ | gitea | 12.4.0 |
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | gitea-bkp(backupd) | 0.6.1 |
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | postgresql-bkp(backupd) | 0.6.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql-ha | 14.3.10 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| 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" |
|
| gitea-bkp.backup.copyMethod | string | "Direct" |
|
| gitea-bkp.backup.enabled | bool | true |
|
| gitea-bkp.backup.schedule | string | "0 2 * * *" |
|
| gitea-bkp.enabled | bool | true |
|
| gitea-bkp.existingPVC | string | "gitea-shared-storage" |
|
| gitea-bkp.existingSecret | string | "gitea-backupd" |
|
| gitea-bkp.persistence.generate | bool | false |
|
| gitea-bkp.persistence.size | string | "100Gi" |
|
| gitea-bkp.restore.enabled | bool | false |
|
| gitea-bkp.restore.schedule | string | "0 4 * * *" |
|
| gitea.enabled | bool | true |
|
| gitea.gitea.additionalConfigFromEnvs[0].name | string | "GITEA__DATABASE__PASSWD" |
|
| gitea.gitea.additionalConfigFromEnvs[0].valueFrom.secretKeyRef.key | string | "password" |
|
| gitea.gitea.additionalConfigFromEnvs[0].valueFrom.secretKeyRef.name | string | "postgresql" |
|
| gitea.gitea.additionalConfigSources[0].secret.secretName | string | "smtp" |
|
| gitea.gitea.admin.existingSecret | string | "gitea-admin-secret" |
|
| gitea.gitea.config."git.timeout".MIGRATE | int | 1200 |
|
| gitea.gitea.config.APP_NAME | string | "Gitea: A private Git Service" |
|
| gitea.gitea.config.actions.ENABLED | bool | true |
|
| gitea.gitea.config.database.DB_TYPE | string | "postgres" |
|
| gitea.gitea.config.database.HOST | string | "postgres-pgpool" |
|
| gitea.gitea.config.database.NAME | string | "postgres" |
|
| gitea.gitea.config.database.SSL_MODE | string | "disable" |
|
| gitea.gitea.config.database.USER | string | "postgres" |
|
| gitea.gitea.config.metrics.ENABLED | bool | true |
|
| gitea.gitea.config.oauth2_client.ACCOUNT_LINKING | string | "login" |
|
| gitea.gitea.config.oauth2_client.ENABLE_AUTO_REGISTRATION | bool | true |
|
| gitea.gitea.config.oauth2_client.OPENID_CONNECT_SCOPES | string | "openid profile email" |
|
| gitea.gitea.config.oauth2_client.UPDATE_AVATAR | bool | true |
|
| gitea.gitea.config.oauth2_client.USERNAME | string | "nickname" |
|
| gitea.gitea.config.openid.ENABLE_OPENID_SIGNIN | bool | false |
|
| gitea.gitea.config.openid.ENABLE_OPENID_SIGNUP | bool | false |
|
| gitea.gitea.config.server.LFS_START_SERVER | bool | true |
|
| gitea.gitea.config.server.ROOT_URL | string | "https://gitea.deepcypher.me/" |
|
| gitea.gitea.config.server.SHOW_REGISTRATION_BUTTON | bool | false |
|
| gitea.gitea.config.service.DISABLE_REGISTRATION | bool | true |
|
| gitea.gitea.oauth[0].autoDiscoverUrl | string | "https://auth.deepcypher.me/realms/deepcypher/.well-known/openid-configuration" |
|
| gitea.gitea.oauth[0].existingSecret | string | "oidc-credentials" |
|
| gitea.gitea.oauth[0].name | string | "Keycloak" |
|
| gitea.gitea.oauth[0].provider | string | "openidConnect" |
|
| gitea.ingress.annotations."cert-manager.io/cluster-issuer" | string | "letsencrypt" |
|
| gitea.ingress.annotations."traefik.ingress.kubernetes.io/router.middlewares" | string | "traefik-headers@kubernetescrd" |
|
| gitea.ingress.enabled | bool | false |
|
| gitea.ingress.hosts[0].host | string | "gitea.deepcypher.me" |
|
| gitea.ingress.hosts[0].paths[0].path | string | "/" |
|
| gitea.ingress.hosts[0].paths[0].pathType | string | "Prefix" |
|
| gitea.ingress.tls[0].hosts[0] | string | "gitea.deepcypher.me" |
|
| gitea.ingress.tls[0].secretName | string | "gitea.deepcypher.me-tls" |
|
| gitea.persistence.claimName | string | "gitea-shared-storage" |
|
| gitea.persistence.create | bool | true |
|
| gitea.persistence.enabled | bool | true |
|
| gitea.persistence.size | string | "100Gi" |
|
| gitea.postgresql-ha.enabled | bool | false |
|
| gitea.postgresql.enabled | bool | false |
|
| oidc.realm | string | "owncloak-deepcypher" |
|
| postgresql-bkp.backup.copyMethod | string | "Direct" |
|
| postgresql-bkp.backup.enabled | bool | true |
|
| postgresql-bkp.backup.schedule | string | "0 2 * * *" |
|
| postgresql-bkp.enabled | bool | true |
|
| postgresql-bkp.existingPVC | string | "data-postgres-postgresql-0" |
|
| postgresql-bkp.existingSecret | string | "postgresql-backupd" |
|
| postgresql-bkp.persistence.generate | bool | false |
|
| postgresql-bkp.persistence.size | string | "8Gi" |
|
| postgresql-bkp.restore.enabled | bool | false |
|
| postgresql-bkp.restore.schedule | string | "0 4 * * *" |
|
| postgresql-ha.enabled | bool | true |
|
| postgresql-ha.fullnameOverride | string | "postgres" |
|
| postgresql-ha.persistence.enabled | bool | true |
|
| postgresql-ha.persistence.size | string | "8Gi" |
|
| postgresql-ha.pgpool.adminUsername | string | "admin" |
|
| postgresql-ha.pgpool.containerPorts.postgresql | int | 5432 |
|
| postgresql-ha.pgpool.existingSecret | string | "pgpool" |
|
| postgresql-ha.pgpool.image.registry | string | "docker.io" |
|
| postgresql-ha.pgpool.image.repository | string | "bitnamilegacy/pgpool" |
|
| postgresql-ha.pgpool.image.tag | string | "4.5.4-debian-12-r7" |
|
| postgresql-ha.pgpool.replicaCount | int | 1 |
|
| postgresql-ha.postgresql.containerPorts.postgresql | int | 5432 |
|
| postgresql-ha.postgresql.database | string | "postgres" |
|
| postgresql-ha.postgresql.existingSecret | string | "postgresql" |
|
| postgresql-ha.postgresql.image.registry | string | "docker.io" |
|
| postgresql-ha.postgresql.image.repository | string | "bitnamilegacy/postgresql-repmgr" |
|
| postgresql-ha.postgresql.image.tag | string | "16.6.0-debian-12-r0" |
|
| postgresql-ha.postgresql.replicaCount | int | 1 |
|
| postgresql-ha.postgresql.upgradeRepmgrExtension | bool | true |
|
| postgresql-ha.postgresql.username | string | "postgres" |