Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8df63183
Commit
8df63183
authored
Feb 06, 2020
by
Dominik Hebeler
Browse files
removed volume for cache
parent
816f3429
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
8df63183
...
...
@@ -38,9 +38,6 @@ spec:
-
name
:
mglogs-persistent-storage
persistentVolumeClaim
:
claimName
:
mglogs
-
name
:
mgcache-persistent-storage
persistentVolumeClaim
:
claimName
:
mgcache
containers
:
-
name
:
{{
.Chart.Name
}}
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
}}"
...
...
@@ -105,9 +102,6 @@ spec:
-
name
:
mglogs-persistent-storage
mountPath
:
/html/storage/logs/metager
readOnly
:
false
-
name
:
mgcache-persistent-storage
mountPath
:
/html/storage/framework/cache
readOnly
:
false
resources
:
{{
toYaml .Values.resources | indent 12
}}
{{
- end -
}}
Write
Preview
Supports
Markdown
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