docs: helm - updated README config table defaults to match values.yaml (#2143)

***NO_CI***
pull/2163/head
Brian Pursley 4 years ago committed by GitHub
parent b475795595
commit c9a1a1ad40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,8 +87,8 @@ The following table lists the configurable parameters of the Wiki.js chart and t
| `image.tag` | Wiki.js image tag | `latest` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `replicacount` | Amount of wiki.js service pods to run | `1` |
| `resources.limits` | wiki.js service resource limits | `{cpu: 500m, memory: 500Mi}` |
| `resources.requests` | wiki.js service resource requests | `{cpu: 300m, memory: 300Mi}` |
| `resources.limits` | wiki.js service resource limits | `nil` |
| `resources.requests` | wiki.js service resource requests | `nil` |
| `nodeSelector` | Node labels for wiki.js pod assignment | `{}` |
| `affinity` | Affinity settings for wiki.js pod assignment | `{}` |
| `schedulerName` | Name of an alternate scheduler for wiki.js pod | `nil` |
@ -106,7 +106,7 @@ The following table lists the configurable parameters of the Wiki.js chart and t
| `postgresql.persistence.enabled` | Enable postgres persistence using PVC | `true` |
| `postgresql.persistence.existingClaim` | Provide an existing `PersistentVolumeClaim` for postgres | `nil` |
| `postgresql.persistence.storageClass` | Postgres PVC Storage Class (example: `nfs`) | `nil` |
| `postgresql.persistence.size` | Postgers PVC Storage Request | `10Gi` |
| `postgresql.persistence.size` | Postgers PVC Storage Request | `8Gi` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

Loading…
Cancel
Save