Skip to content
Snippets Groups Projects
Commit c1cef8a4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch 'development' into '1138-use-searx-as-source'

added volume mounts to scheduler

See merge request !1894
parents c58ad473 ff8d7da0
No related tags found
2 merge requests!1894added volume mounts to scheduler,!1885Draft: Resolve "Use Searx as Source"
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment