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
8dcbc18a
Unverified
Commit
8dcbc18a
authored
Apr 10, 2022
by
Parkhost
Committed by
GitHub
Apr 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(helm): add revisionHistoryLimit (#5175)
parent
44b3fd17
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
README.md
dev/helm/README.md
+1
-0
deployment.yaml
dev/helm/templates/deployment.yaml
+1
-0
values.yaml
dev/helm/values.yaml
+1
-0
No files found.
dev/helm/README.md
View file @
8dcbc18a
...
...
@@ -98,6 +98,7 @@ 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`
|
|
`revisionHistoryLimit`
| Total amount of revision history points |
`10`
|
|
`resources.limits`
| wiki.js service resource limits |
`nil`
|
|
`resources.requests`
| wiki.js service resource requests |
`nil`
|
|
`nodeSelector`
| Node labels for wiki.js pod assignment |
`{}`
|
...
...
dev/helm/templates/deployment.yaml
View file @
8dcbc18a
...
...
@@ -6,6 +6,7 @@ metadata:
{{
- include "wiki.labels" . | nindent 4
}}
spec
:
replicas
:
{{
.Values.replicaCount
}}
revisionHistoryLimit
:
{{
.Values.revisionHistoryLimit
}}
selector
:
matchLabels
:
{{
- include "wiki.selectorLabels" . | nindent 6
}}
...
...
dev/helm/values.yaml
View file @
8dcbc18a
...
...
@@ -3,6 +3,7 @@
# Declare variables to be passed into your templates.
replicaCount
:
1
revisionHistoryLimit
:
10
image
:
repository
:
requarks/wiki
...
...
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