Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
open-source
MetaGer
Merge requests
!1642
Resolve "Use Kubernetes Secrets"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Use Kubernetes Secrets"
995-use-kubernetes-secrets
into
development
Overview
0
Commits
6
Pipelines
7
Changes
3
Merged
Dominik Hebeler
requested to merge
995-use-kubernetes-secrets
into
development
4 years ago
Overview
0
Commits
6
Pipelines
7
Changes
3
Expand
Closes
#995 (closed)
Edited
4 years ago
by
Dominik Hebeler
0
0
Merge request reports
Compare
development
version 5
2dad94dc
4 years ago
version 4
6f0ad852
4 years ago
version 3
c085fb4a
4 years ago
version 2
8b7ed79a
4 years ago
version 1
7a799763
4 years ago
development (base)
and
latest version
latest version
d17b38c0
6 commits,
4 years ago
version 5
2dad94dc
5 commits,
4 years ago
version 4
6f0ad852
4 commits,
4 years ago
version 3
c085fb4a
3 commits,
4 years ago
version 2
8b7ed79a
2 commits,
4 years ago
version 1
7a799763
1 commit,
4 years ago
3 files
+
61
−
69
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
chart/templates/deployment.yaml
+
51
−
0
Options
@@ -47,6 +47,21 @@ spec:
-
name
:
mglogs-persistent-storage
persistentVolumeClaim
:
claimName
:
mg-logs
-
name
:
env-files
secret
:
secretName
:
metager-env
-
name
:
sumas
secret
:
secretName
:
metager-sumas
-
name
:
sumas-en
secret
:
secretName
:
metager-sumas-en
-
name
:
blacklist
secret
:
secretName
:
metager-blacklist
-
name
:
blacklist-ad
secret
:
secretName
:
metager-ad-blacklist
containers
:
# Main PHP-FPM Container
-
name
:
{{
.Chart.Name
}}
-phpfpm
@@ -81,6 +96,42 @@ spec:
-
name
:
mglogs-persistent-storage
mountPath
:
/html/storage/logs/metager
readOnly
:
false
-
name
:
env-files
mountPath
:
/root/.env
subPath
:
.env
readOnly
:
true
-
name
:
env-files
mountPath
:
/html/database/seeds/UsersSeeder.php
subPath
:
UsersSeeder.php
readOnly
:
true
-
name
:
env-files
mountPath
:
/html/config/spam.txt
subPath
:
spam.txt
readOnly
:
true
-
name
:
sumas
mountPath
:
/html/config/sumas.json
subPath
:
sumas.json
readOnly
:
true
-
name
:
sumas-en
mountPath
:
/html/config/sumasEn.json
subPath
:
sumasEn.json
readOnly
:
true
-
name
:
blacklist
mountPath
:
/html/config/blacklistUrl.txt
subPath
:
blacklistUrl.txt
readOnly
:
true
-
name
:
blacklist
mountPath
:
/html/config/blacklistDomains.txt
subPath
:
blacklistDomains.txt
readOnly
:
true
-
name
:
blacklist-ad
mountPath
:
/html/config/adBlacklistUrl.txt
subPath
:
adBlacklistUrl.txt
readOnly
:
true
-
name
:
blacklist-ad
mountPath
:
/html/config/adBlacklistDomains.txt
subPath
:
adBlacklistDomains.txt
readOnly
:
true
resources
:
requests
:
cpu
:
500m
Loading