@@ -97,32 +97,35 @@ The following table lists the configurable parameters of the Wiki.js chart and t
9797| ` image.repository ` | Wiki.js image | ` requarks/wiki ` |
9898| ` image.tag ` | Wiki.js image tag | ` latest ` |
9999| ` imagePullPolicy ` | Image pull policy | ` IfNotPresent ` |
100- | ` replicacount ` | Amount of wiki .js service pods to run | ` 1 ` |
101- | ` revisionHistoryLimit ` | Total amount of revision history points | ` 10 ` |
102- | ` resources.limits ` | wiki .js service resource limits | ` nil ` |
103- | ` resources.requests ` | wiki .js service resource requests | ` nil ` |
104- | ` nodeSelector ` | Node labels for wiki .js pod assignment | ` {} ` |
105- | ` affinity ` | Affinity settings for wiki .js pod assignment | ` {} ` |
106- | ` schedulerName ` | Name of an alternate scheduler for wiki .js pod | ` nil ` |
107- | ` tolerations ` | Toleration labels for wiki.jsk pod assignment | ` [] ` |
108- | ` volumeMounts ` | Volume mounts for Wiki.js container | ` [] ` |
109- | ` volumes ` | Volumes for Wiki.js Pod | ` [] ` |
100+ | ` replicacount ` | Number of Wiki .js pods to run | ` 1 ` |
101+ | ` revisionHistoryLimit ` | Total number of revision history points | ` 10 ` |
102+ | ` resources.limits ` | Wiki .js service resource limits | ` nil ` |
103+ | ` resources.requests ` | Wiki .js service resource requests | ` nil ` |
104+ | ` nodeSelector ` | Node labels for the Wiki .js pod assignment | ` {} ` |
105+ | ` affinity ` | Affinity settings for the Wiki .js pod assignment | ` {} ` |
106+ | ` schedulerName ` | Name of an alternate scheduler for the Wiki .js pod | ` nil ` |
107+ | ` tolerations ` | Toleration labels for the Wiki.js pod assignment | ` [] ` |
108+ | ` volumeMounts ` | Volume mounts for the Wiki.js container | ` [] ` |
109+ | ` volumes ` | Volumes for the Wiki.js pod | ` [] ` |
110110| ` ingress.enabled ` | Enable ingress controller resource | ` false ` |
111111| ` ingress.className ` | Ingress class name | ` "" ` |
112112| ` ingress.annotations ` | Ingress annotations | ` {} ` |
113113| ` ingress.hosts ` | List of ingress rules | ` [{"host": "wiki.local", "paths": ["/"]}] ` |
114114| ` ingress.tls ` | Ingress TLS configuration | ` [] ` |
115115| ` sideload.enabled ` | Enable sideloading of locale files from git | ` false ` |
116116| ` sideload.repoURL ` | Git repository URL containing locale files | ` https://github.com/Requarks/wiki-localization ` |
117- | ` sideload.env ` | Environment variables for sideload Container | ` {} ` |
117+ | ` sideload.env ` | Environment variables for the sideload container | ` {} ` |
118+ | ` sideload.securityContext ` | Security context for the sideload container | ` nil ` |
119+ | ` sideload.resources.limits ` | Resource limits for the sideload container | ` nil ` |
120+ | ` sideload.resources.requests ` | Resource requests for the sideload container | ` nil ` |
118121| ` nodeExtraCaCerts ` | Trusted certificates path | ` nil ` |
119122| ` postgresql.enabled ` | Deploy postgres server (see below) | ` true ` |
120123| ` postgresql.postgresqlDatabase ` | Postgres database name | ` wiki ` |
121124| ` postgresql.postgresqlUser ` | Postgres username | ` postgres ` |
122125| ` postgresql.postgresqlHost ` | External postgres host | ` nil ` |
123126| ` postgresql.postgresqlPassword ` | External postgres password | ` nil ` |
124127| ` postgresql.existingSecret ` | Provide an existing ` Secret ` for postgres | ` nil ` |
125- | ` postgresql.existingSecretKey ` | The postgres password key in the existing ` Secret ` | ` postgresql-password ` |
128+ | ` postgresql.existingSecretKey ` | The postgres password key in the existing ` Secret ` | ` postgresql-password ` |
126129| ` postgresql.postgresqlPort ` | External postgres port | ` 5432 ` |
127130| ` postgresql.ssl ` | Enable external postgres SSL connection | ` false ` |
128131| ` postgresql.ca ` | Certificate of Authority content for postgres | ` nil ` |
0 commit comments