mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
wikijs
A Helm chart for Kubernetes
Requirements
| Repository | Name | Version |
|---|---|---|
| https://charts.js.wiki | wiki | 2.2.24 |
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | postgresql-bkp(backupd) | 0.7.0 |
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" |
|
| oidc.config.ref | string | "owncloak" |
|
| oidc.realm.name | string | "deepcypher" |
|
| oidc.realm.ref | string | "owncloak-deepcypher" |
|
| postgresql-bkp.backup.copyMethod | string | "Snapshot" |
|
| postgresql-bkp.backup.enabled | bool | true |
|
| postgresql-bkp.backup.schedule | string | "0 2 * * *" |
|
| postgresql-bkp.enabled | bool | false |
|
| postgresql-bkp.existingPVC | string | "data-wikijs-postgresql-0" |
|
| postgresql-bkp.existingSecret | string | "wikijs-backupd" |
|
| postgresql-bkp.persistence.generate | bool | false |
|
| postgresql-bkp.persistence.size | string | "8Gi" |
|
| postgresql-bkp.restore.asOf | string | "2024-08-31T06:00:00-00:00" |
|
| postgresql-bkp.restore.enabled | bool | false |
|
| postgresql-bkp.restore.schedule | string | "0 3 * * *" |
|
| postgresql-bkp.restore.trigger.manual | string | "manual-2024-09-01T09-00-00" |
|
| psql.enabled | bool | true |
|
| wiki.enabled | bool | true |
|
| wiki.image.repository | string | "ghcr.io/requarks/wiki" |
|
| wiki.image.tag | string | "2.5.308" |
|
| wiki.ingress.annotations."cert-manager.io/cluster-issuer" | string | "letsencrypt-dns" |
|
| wiki.ingress.annotations."traefik.ingress.kubernetes.io/router.middlewares" | string | "traefik-headers@kubernetescrd" |
|
| wiki.ingress.enabled | bool | true |
|
| wiki.ingress.hosts[0].host | string | "wiki.deepcypher.me" |
|
| wiki.ingress.hosts[0].paths[0].path | string | "/" |
|
| wiki.ingress.hosts[0].paths[0].pathType | string | "Prefix" |
|
| wiki.ingress.tls[0].hosts[0] | string | "wiki.deepcypher.me" |
|
| wiki.ingress.tls[0].secretName | string | "wiki.deepcypher.me-tls" |
|
| wiki.livenessProbe.failureThreshold | int | 60 |
|
| wiki.livenessProbe.httpGet.path | string | "/healthz" |
|
| wiki.livenessProbe.httpGet.port | string | "http" |
|
| wiki.postgresql.enabled | bool | false |
|
| wiki.postgresql.existingSecret | string | "psql" |
|
| wiki.postgresql.existingSecretKey | string | "password" |
|
| wiki.postgresql.postgresqlDatabase | string | "wikijs" |
|
| wiki.postgresql.postgresqlHost | string | "psql-rw" |
|
| wiki.postgresql.postgresqlPort | int | 5432 |
|
| wiki.postgresql.postgresqlUser | string | "wikijs" |
|
| wiki.readinessProbe.failureThreshold | int | 60 |
|
| wiki.readinessProbe.httpGet.path | string | "/healthz" |
|
| wiki.readinessProbe.httpGet.port | string | "http" |
|
| wiki.replicaCount | int | 2 |
|
| wiki.resources.limits.memory | string | "256Mi" |
|
| wiki.resources.requests.cpu | string | "50m" |
|
| wiki.revisionHistoryLimit | int | 2 |
|
| wiki.startupProbe.failureThreshold | int | 60 |
|
| wiki.startupProbe.httpGet.path | string | "/healthz" |
|
| wiki.startupProbe.httpGet.port | string | "http" |
|
| wiki.startupProbe.initialDelaySeconds | int | 15 |
|
| wiki.startupProbe.periodSeconds | int | 5 |
|
| wiki.startupProbe.successThreshold | int | 1 |
|
| wiki.startupProbe.timeoutSeconds | int | 5 |