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
fecfcaf8
Commit
fecfcaf8
authored
May 14, 2022
by
Dominik Hebeler
Browse files
added log volume to scheduler
parent
c5e9ca5a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
fecfcaf8
...
...
@@ -31,6 +31,9 @@ spec:
-
name
:
secrets
secret
:
secretName
:
{{
template "secret_name" .
}}
-
name
:
mglogs-persistent-storage
persistentVolumeClaim
:
claimName
:
mg-logs
-
name
:
redis-config
configMap
:
name
:
{{
include "chart.fullname" .
}}
-redis-container-config
...
...
@@ -74,6 +77,9 @@ spec:
-
name
:
secrets
mountPath
:
/metager/metager_app/database/seeds/UsersSeeder.php
subPath
:
USERSEEDER
-
name
:
mglogs-persistent-storage
mountPath
:
/metager/metager_app/storage/logs/metager
readOnly
:
false
ports
:
-
name
:
http
containerPort
:
8080
...
...
@@ -111,6 +117,9 @@ spec:
mountPath
:
/metager/metager_app/.env
subPath
:
ENV_PRODUCTION
readOnly
:
true
-
name
:
mglogs-persistent-storage
mountPath
:
/metager/metager_app/storage/logs/metager
readOnly
:
false
ports
:
-
name
:
http
containerPort
:
8080
...
...
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