Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
helm-charts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
groundhog2k
helm-charts
Commits
c46caaba
Unverified
Commit
c46caaba
authored
4 years ago
by
groundhog2k
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed db update delay (#77)
parent
e1934b2d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
charts/nextcloud/Chart.yaml
+1
-1
1 addition, 1 deletion
charts/nextcloud/Chart.yaml
charts/nextcloud/README.md
+2
-2
2 additions, 2 deletions
charts/nextcloud/README.md
charts/nextcloud/values.yaml
+2
-2
2 additions, 2 deletions
charts/nextcloud/values.yaml
with
5 additions
and
5 deletions
charts/nextcloud/Chart.yaml
+
1
−
1
View file @
c46caaba
...
@@ -8,7 +8,7 @@ maintainers:
...
@@ -8,7 +8,7 @@ maintainers:
-
name
:
groundhog2k
-
name
:
groundhog2k
# This is the chart version.
# This is the chart version.
version
:
0.2.
3
version
:
0.2.
4
# This is the version number of the application being deployed.
# This is the version number of the application being deployed.
appVersion
:
"
20.0.2-apache"
appVersion
:
"
20.0.2-apache"
...
...
This diff is collapsed.
Click to expand it.
charts/nextcloud/README.md
+
2
−
2
View file @
c46caaba
# Nextcloud
# Nextcloud






A Helm chart for Nextcloud on Kubernetes
A Helm chart for Nextcloud on Kubernetes
...
@@ -161,7 +161,7 @@ $ helm uninstall my-release
...
@@ -161,7 +161,7 @@ $ helm uninstall my-release
| settings.admin.name | string |
`nil`
| Nextcloud administrator user |
| settings.admin.name | string |
`nil`
| Nextcloud administrator user |
| settings.admin.password | string |
`nil`
| Nextcloud admin user password |
| settings.admin.password | string |
`nil`
| Nextcloud admin user password |
| settings.update | bool |
`false`
| Enable update |
| settings.update | bool |
`false`
| Enable update |
| settings.databaseUpdateDelay | int |
`
3
0`
| Delay for database update after nextcloud upgrade |
| settings.databaseUpdateDelay | int |
`
12
0`
| Delay for database update after nextcloud upgrade |
| settings.maxFileUploadSize | string |
`64M`
| Maximum file upload size |
| settings.maxFileUploadSize | string |
`64M`
| Maximum file upload size |
| settings.memoryLimit | string |
`512M`
| PHP memory limit |
| settings.memoryLimit | string |
`512M`
| PHP memory limit |
| settings.disableRewriteIP | bool |
`false`
| Disable rewriting IP address |
| settings.disableRewriteIP | bool |
`false`
| Disable rewriting IP address |
...
...
This diff is collapsed.
Click to expand it.
charts/nextcloud/values.yaml
+
2
−
2
View file @
c46caaba
...
@@ -172,8 +172,8 @@ externalCache:
...
@@ -172,8 +172,8 @@ externalCache:
settings
:
settings
:
## Enable update processing (default: false - set to true when "helm upgrade .." is used)
## Enable update processing (default: false - set to true when "helm upgrade .." is used)
update
:
false
update
:
false
## Delay before database update steps are initiated (default:
3
0 seconds)
## Delay before database update steps are initiated (default:
12
0 seconds)
databaseUpdateDelay
:
48
0
databaseUpdateDelay
:
12
0
## Maximum file upload size (default: 64M)
## Maximum file upload size (default: 64M)
maxFileUploadSize
:
64M
maxFileUploadSize
:
64M
## PHP memory limit (default: 512M)
## PHP memory limit (default: 512M)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment