Skip to content
GitLab
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
ff8d7da0
Commit
ff8d7da0
authored
Aug 24, 2021
by
Dominik Hebeler
Browse files
added volume mounts to scheduler
parent
3877750c
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
ff8d7da0
...
...
@@ -315,6 +315,41 @@ spec:
mountPath
:
/html/.env
subPath
:
env
readOnly
:
true
-
name
:
mglogs-persistent-storage
mountPath
:
/html/storage/logs/metager
readOnly
:
false
-
name
:
secrets
mountPath
:
/html/database/seeds/UsersSeeder.php
subPath
:
userseeder
readOnly
:
true
-
name
:
secrets
mountPath
:
/html/config/sumas.json
subPath
:
sumas
readOnly
:
true
-
name
:
secrets
mountPath
:
/html/config/sumasEn.json
subPath
:
sumasen
readOnly
:
true
-
name
:
secrets
mountPath
:
/html/config/blacklistUrl.txt
subPath
:
blacklisturl
readOnly
:
true
-
name
:
secrets
mountPath
:
/html/config/blacklistDomains.txt
subPath
:
blacklistdomains
readOnly
:
true
-
name
:
secrets
mountPath
:
/html/config/adBlacklistUrl.txt
subPath
:
adblacklisturl
readOnly
:
true
-
name
:
secrets
mountPath
:
/html/config/blacklistDescriptionUrl.txt
subPath
:
blacklistDescriptionUrl
readOnly
:
true
-
name
:
secrets
mountPath
:
/html/config/adBlacklistDomains.txt
subPath
:
adblacklistdomains
readOnly
:
true
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
livenessProbe
:
httpGet
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment