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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
groundhog2k
helm-charts
Commits
58472e29
Unverified
Commit
58472e29
authored
3 years ago
by
Göran Pöhner
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Investigate Nextcloud warning about read-only file-sys for redis config (#758)
parent
8ec4b16c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide 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
+1
-1
1 addition, 1 deletion
charts/nextcloud/README.md
charts/nextcloud/templates/deployment.yaml
+24
-9
24 additions, 9 deletions
charts/nextcloud/templates/deployment.yaml
with
26 additions
and
11 deletions
charts/nextcloud/Chart.yaml
+
1
−
1
View file @
58472e29
...
@@ -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.9.
0
version
:
0.9.
1
# This is the version number of the application being deployed.
# This is the version number of the application being deployed.
appVersion
:
"
23.0.0-apache"
appVersion
:
"
23.0.0-apache"
...
...
This diff is collapsed.
Click to expand it.
charts/nextcloud/README.md
+
1
−
1
View file @
58472e29
# Nextcloud
# Nextcloud






A Helm chart for Nextcloud on Kubernetes
A Helm chart for Nextcloud on Kubernetes
...
...
This diff is collapsed.
Click to expand it.
charts/nextcloud/templates/deployment.yaml
+
24
−
9
View file @
58472e29
...
@@ -49,6 +49,26 @@ spec:
...
@@ -49,6 +49,26 @@ spec:
volumeMounts
:
volumeMounts
:
-
mountPath
:
/var/datavolume
-
mountPath
:
/var/datavolume
name
:
nextcloud-data-vol
name
:
nextcloud-data-vol
-
name
:
{{
.Chart.Name
}}
-initconfd
{{
- with .Values.securityContext
}}
securityContext
:
{{
- toYaml . | nindent 12
}}
{{
- end
}}
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
|
default
.Chart.AppVersion
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
command
:
[
'
sh'
,
'
-c'
,
'
cp
-R
/usr/local/etc/php/conf.d/*
/confd
&&
chmod
660
/confd/*'
]
volumeMounts
:
-
mountPath
:
/confd
name
:
confd
-
mountPath
:
/usr/local/etc/php/conf.d/custom.ini
subPath
:
custom.ini
name
:
extended
-
mountPath
:
/usr/local/etc/php/conf.d/memory-limit.ini
subPath
:
memory-limit.ini
name
:
extended
-
mountPath
:
/usr/local/etc/php/conf.d/redis-session.ini
subPath
:
redis-session.ini
name
:
extended
containers
:
containers
:
-
name
:
{{
.Chart.Name
}}
-
name
:
{{
.Chart.Name
}}
{{
- with .Values.securityContext
}}
{{
- with .Values.securityContext
}}
...
@@ -138,15 +158,8 @@ spec:
...
@@ -138,15 +158,8 @@ spec:
-
mountPath
:
/etc/apache2/000-default.conf
-
mountPath
:
/etc/apache2/000-default.conf
subPath
:
000-default.conf
subPath
:
000-default.conf
name
:
extended
name
:
extended
-
mountPath
:
/usr/local/etc/php/conf.d/custom.ini
-
mountPath
:
/usr/local/etc/php/conf.d
subPath
:
custom.ini
name
:
confd
name
:
extended
-
mountPath
:
/usr/local/etc/php/conf.d/memory-limit.ini
subPath
:
memory-limit.ini
name
:
extended
-
mountPath
:
/usr/local/etc/php/conf.d/redis-session.ini
subPath
:
redis-session.ini
name
:
extended
{{
- with .Values.nodeSelector
}}
{{
- with .Values.nodeSelector
}}
nodeSelector
:
nodeSelector
:
{{
- toYaml . | nindent 8
}}
{{
- toYaml . | nindent 8
}}
...
@@ -164,6 +177,8 @@ spec:
...
@@ -164,6 +177,8 @@ spec:
emptyDir
:
{}
emptyDir
:
{}
-
name
:
run
-
name
:
run
emptyDir
:
{}
emptyDir
:
{}
-
name
:
confd
emptyDir
:
{}
-
name
:
extended
-
name
:
extended
configMap
:
configMap
:
name
:
{{
include "nextcloud.fullname" .
}}
-extended
name
:
{{
include "nextcloud.fullname" .
}}
-extended
...
...
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