Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
c9a1a1ad
Unverified
Commit
c9a1a1ad
authored
Jul 05, 2020
by
Brian Pursley
Committed by
GitHub
Jul 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: helm - updated README config table defaults to match values.yaml (#2143)
***NO_CI***
parent
b4757955
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
dev/helm/README.md
+3
-3
No files found.
dev/helm/README.md
View file @
c9a1a1ad
...
@@ -87,8 +87,8 @@ The following table lists the configurable parameters of the Wiki.js chart and t
...
@@ -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`
|
|
`image.tag`
| Wiki.js image tag |
`latest`
|
|
`imagePullPolicy`
| Image pull policy |
`IfNotPresent`
|
|
`imagePullPolicy`
| Image pull policy |
`IfNotPresent`
|
|
`replicacount`
| Amount of wiki.js service pods to run |
`1`
|
|
`replicacount`
| Amount of wiki.js service pods to run |
`1`
|
|
`resources.limits`
| wiki.js service resource limits |
`
{cpu: 500m, memory: 500Mi}
`
|
|
`resources.limits`
| wiki.js service resource limits |
`
nil
`
|
|
`resources.requests`
| wiki.js service resource requests |
`
{cpu: 300m, memory: 300Mi}
`
|
|
`resources.requests`
| wiki.js service resource requests |
`
nil
`
|
|
`nodeSelector`
| Node labels for wiki.js pod assignment |
`{}`
|
|
`nodeSelector`
| Node labels for wiki.js pod assignment |
`{}`
|
|
`affinity`
| Affinity settings for wiki.js pod assignment |
`{}`
|
|
`affinity`
| Affinity settings for wiki.js pod assignment |
`{}`
|
|
`schedulerName`
| Name of an alternate scheduler for wiki.js pod |
`nil`
|
|
`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
...
@@ -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.enabled`
| Enable postgres persistence using PVC |
`true`
|
|
`postgresql.persistence.existingClaim`
| Provide an existing
`PersistentVolumeClaim`
for postgres |
`nil`
|
|
`postgresql.persistence.existingClaim`
| Provide an existing
`PersistentVolumeClaim`
for postgres |
`nil`
|
|
`postgresql.persistence.storageClass`
| Postgres PVC Storage Class (example:
`nfs`
) |
`nil`
|
|
`postgresql.persistence.storageClass`
| Postgres PVC Storage Class (example:
`nfs`
) |
`nil`
|
|
`postgresql.persistence.size`
| Postgers PVC Storage Request |
`
10
Gi`
|
|
`postgresql.persistence.size`
| Postgers PVC Storage Request |
`
8
Gi`
|
Specify each parameter using the
`--set key=value[,key=value]`
argument to
`helm install`
. For example,
Specify each parameter using the
`--set key=value[,key=value]`
argument to
`helm install`
. For example,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment