|
63 | 63 | [Gitea](https://gitea.com) is a community managed lightweight code hosting solution written in Go. |
64 | 64 | It is published under the MIT license. |
65 | 65 |
|
66 | | -> :warning: This chart is currently unmaintained and in desperate need of a new maintainer. If you want to apply as a maintainer, please comment on [#916](https://gitea.com/gitea/helm-gitea/issues/916) |
67 | | -
|
68 | 66 | ## Introduction |
69 | 67 |
|
70 | 68 | This helm chart has taken some inspiration from [jfelten's helm chart](https://github.com/jfelten/gitea-helm-chart). |
@@ -1164,53 +1162,69 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo |
1164 | 1162 |
|
1165 | 1163 | Valkey cluster and [Valkey](#valkey) cannot be enabled at the same time. |
1166 | 1164 |
|
1167 | | -| Name | Description | Value | |
1168 | | -| ------------------------------------- | -------------------------------------------------------------------- | ------- | |
1169 | | -| `valkey-cluster.enabled` | Enable valkey cluster | `true` | |
1170 | | -| `valkey-cluster.usePassword` | Whether to use password authentication | `false` | |
1171 | | -| `valkey-cluster.usePasswordFiles` | Whether to mount passwords as files instead of environment variables | `false` | |
1172 | | -| `valkey-cluster.cluster.nodes` | Number of valkey cluster master nodes | `3` | |
1173 | | -| `valkey-cluster.cluster.replicas` | Number of valkey cluster master node replicas | `0` | |
1174 | | -| `valkey-cluster.service.ports.valkey` | Port of Valkey service | `6379` | |
| 1165 | +| Name | Description | Value | |
| 1166 | +| --------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------ | |
| 1167 | +| `valkey-cluster.enabled` | Enable valkey cluster | `true` | |
| 1168 | +| `valkey-cluster.usePassword` | Whether to use password authentication. | `false` | |
| 1169 | +| `valkey-cluster.usePasswordFiles` | Whether to mount passwords as files instead of environment variables. | `false` | |
| 1170 | +| `valkey-cluster.image.repository` | Image repository, eg. `bitnamilegacy/valkey-cluster`. | `bitnamilegacy/valkey-cluster` | |
| 1171 | +| `valkey-cluster.cluster.nodes` | Number of valkey cluster master nodes | `3` | |
| 1172 | +| `valkey-cluster.cluster.replicas` | Number of valkey cluster master node replicas | `0` | |
| 1173 | +| `valkey-cluster.metrics.image.repository` | Image repository, eg. `bitnamilegacy/redis-exporter`. | `bitnamilegacy/redis-exporter` | |
| 1174 | +| `valkey-cluster.service.ports.valkey` | Port of Valkey service | `6379` | |
| 1175 | +| `valkey-cluster.sysctlImage.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` | |
| 1176 | +| `valkey-cluster.volumePermissions.image.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` | |
1175 | 1177 |
|
1176 | 1178 | ### valkey |
1177 | 1179 |
|
1178 | 1180 | Valkey and [Valkey cluster](#valkey-cluster) cannot be enabled at the same time. |
1179 | 1181 |
|
1180 | | -| Name | Description | Value | |
1181 | | -| ------------------------------------ | ------------------------------------------- | ------------ | |
1182 | | -| `valkey.enabled` | Enable valkey standalone or replicated | `false` | |
1183 | | -| `valkey.architecture` | Whether to use standalone or replication | `standalone` | |
1184 | | -| `valkey.global.valkey.password` | Required password | `changeme` | |
1185 | | -| `valkey.master.count` | Number of Valkey master instances to deploy | `1` | |
1186 | | -| `valkey.master.service.ports.valkey` | Port of Valkey service | `6379` | |
| 1182 | +| Name | Description | Value | |
| 1183 | +| ------------------------------------------- | ----------------------------------------------------- | ------------------------------- | |
| 1184 | +| `valkey.enabled` | Enable valkey standalone or replicated | `false` | |
| 1185 | +| `valkey.architecture` | Whether to use standalone or replication | `standalone` | |
| 1186 | +| `valkey.kubectl.image.repository` | Image repository, eg. `bitnamilegacy/kubectl`. | `bitnamilegacy/kubectl` | |
| 1187 | +| `valkey.image.repository` | Image repository, eg. `bitnamilegacy/valkey`. | `bitnamilegacy/valkey` | |
| 1188 | +| `valkey.global.valkey.password` | Required password | `changeme` | |
| 1189 | +| `valkey.master.count` | Number of Valkey master instances to deploy | `1` | |
| 1190 | +| `valkey.master.service.ports.valkey` | Port of Valkey service | `6379` | |
| 1191 | +| `valkey.metrics.image.repository` | Image repository, eg. `bitnamilegacy/redis-exporter`. | `bitnamilegacy/redis-exporter` | |
| 1192 | +| `valkey.sentinel.image.repository` | Image repository, eg. `bitnamilegacy/sentinel`. | `bitnamilegacy/valkey-sentinel` | |
| 1193 | +| `valkey.volumePermissions.image.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` | |
1187 | 1194 |
|
1188 | 1195 | ### PostgreSQL HA |
1189 | 1196 |
|
1190 | | -| Name | Description | Value | |
1191 | | -| ------------------------------------------- | ---------------------------------------------------------------- | ----------- | |
1192 | | -| `postgresql-ha.enabled` | Enable PostgreSQL HA | `true` | |
1193 | | -| `postgresql-ha.postgresql.password` | Password for the `gitea` user (overrides `auth.password`) | `changeme4` | |
1194 | | -| `postgresql-ha.global.postgresql.database` | Name for a custom database to create (overrides `auth.database`) | `gitea` | |
1195 | | -| `postgresql-ha.global.postgresql.username` | Name for a custom user to create (overrides `auth.username`) | `gitea` | |
1196 | | -| `postgresql-ha.global.postgresql.password` | Name for a custom password to create (overrides `auth.password`) | `gitea` | |
1197 | | -| `postgresql-ha.postgresql.repmgrPassword` | Repmgr Password | `changeme2` | |
1198 | | -| `postgresql-ha.postgresql.postgresPassword` | postgres Password | `changeme1` | |
1199 | | -| `postgresql-ha.pgpool.adminPassword` | pgpool adminPassword | `changeme3` | |
1200 | | -| `postgresql-ha.pgpool.srCheckPassword` | pgpool srCheckPassword | `changeme4` | |
1201 | | -| `postgresql-ha.service.ports.postgresql` | PostgreSQL service port (overrides `service.ports.postgresql`) | `5432` | |
1202 | | -| `postgresql-ha.persistence.size` | PVC Storage Request for PostgreSQL HA volume | `10Gi` | |
| 1197 | +| Name | Description | Value | |
| 1198 | +| -------------------------------------------------- | ---------------------------------------------------------------- | --------------------------------- | |
| 1199 | +| `postgresql-ha.enabled` | Enable PostgreSQL HA | `true` | |
| 1200 | +| `postgresql-ha.global.postgresql.database` | Name for a custom database to create (overrides `auth.database`) | `gitea` | |
| 1201 | +| `postgresql-ha.global.postgresql.username` | Name for a custom user to create (overrides `auth.username`) | `gitea` | |
| 1202 | +| `postgresql-ha.global.postgresql.password` | Name for a custom password to create (overrides `auth.password`) | `gitea` | |
| 1203 | +| `postgresql-ha.metrics.image.repository` | Image repository, eg. `bitnamilegacy/postgres-exporter`. | `bitnamilegacy/postgres-exporter` | |
| 1204 | +| `postgresql-ha.postgresql.image.repository` | Image repository, eg. `bitnamilegacy/postgresql-repmgr`. | `bitnamilegacy/postgresql-repmgr` | |
| 1205 | +| `postgresql-ha.postgresql.repmgrPassword` | Repmgr Password | `changeme2` | |
| 1206 | +| `postgresql-ha.postgresql.postgresPassword` | postgres Password | `changeme1` | |
| 1207 | +| `postgresql-ha.postgresql.password` | Password for the `gitea` user (overrides `auth.password`) | `changeme4` | |
| 1208 | +| `postgresql-ha.pgpool.adminPassword` | pgpool adminPassword | `changeme3` | |
| 1209 | +| `postgresql-ha.pgpool.image.repository` | Image repository, eg. `bitnamilegacy/pgpool`. | `bitnamilegacy/pgpool` | |
| 1210 | +| `postgresql-ha.pgpool.srCheckPassword` | pgpool srCheckPassword | `changeme4` | |
| 1211 | +| `postgresql-ha.service.ports.postgresql` | PostgreSQL service port (overrides `service.ports.postgresql`) | `5432` | |
| 1212 | +| `postgresql-ha.persistence.size` | PVC Storage Request for PostgreSQL HA volume | `10Gi` | |
| 1213 | +| `postgresql-ha.volumePermissions.image.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` | |
1203 | 1214 |
|
1204 | 1215 | ### PostgreSQL |
1205 | 1216 |
|
1206 | | -| Name | Description | Value | |
1207 | | -| ------------------------------------------------------- | ---------------------------------------------------------------- | ------- | |
1208 | | -| `postgresql.enabled` | Enable PostgreSQL | `false` | |
1209 | | -| `postgresql.global.postgresql.auth.password` | Password for the `gitea` user (overrides `auth.password`) | `gitea` | |
1210 | | -| `postgresql.global.postgresql.auth.database` | Name for a custom database to create (overrides `auth.database`) | `gitea` | |
1211 | | -| `postgresql.global.postgresql.auth.username` | Name for a custom user to create (overrides `auth.username`) | `gitea` | |
1212 | | -| `postgresql.global.postgresql.service.ports.postgresql` | PostgreSQL service port (overrides `service.ports.postgresql`) | `5432` | |
1213 | | -| `postgresql.primary.persistence.size` | PVC Storage Request for PostgreSQL volume | `10Gi` | |
| 1217 | +| Name | Description | Value | |
| 1218 | +| ------------------------------------------------------- | ---------------------------------------------------------------- | --------------------------------- | |
| 1219 | +| `postgresql.enabled` | Enable PostgreSQL | `false` | |
| 1220 | +| `postgresql.global.postgresql.auth.password` | Password for the `gitea` user (overrides `auth.password`) | `gitea` | |
| 1221 | +| `postgresql.global.postgresql.auth.database` | Name for a custom database to create (overrides `auth.database`) | `gitea` | |
| 1222 | +| `postgresql.global.postgresql.auth.username` | Name for a custom user to create (overrides `auth.username`) | `gitea` | |
| 1223 | +| `postgresql.global.postgresql.service.ports.postgresql` | PostgreSQL service port (overrides `service.ports.postgresql`) | `5432` | |
| 1224 | +| `postgresql.image.repository` | Image repository, eg. `bitnamilegacy/postgresql`. | `bitnamilegacy/postgresql` | |
| 1225 | +| `postgresql.primary.persistence.size` | PVC Storage Request for PostgreSQL volume | `10Gi` | |
| 1226 | +| `postgresql.metrics.image.repository` | Image repository, eg. `bitnamilegacy/postgres-exporter`. | `bitnamilegacy/postgres-exporter` | |
| 1227 | +| `postgresql.volumePermissions.image.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` | |
1214 | 1228 |
|
1215 | 1229 | ### Advanced |
1216 | 1230 |
|
|
0 commit comments