Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Merge requests
!61
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
master
into
release
Overview
0
Commits
3
Pipelines
1
Changes
4
Merged
Bryan BRANCOTTE
requested to merge
master
into
release
1 year ago
Overview
0
Commits
3
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
release
release (base)
and
latest version
latest version
d59f620a
3 commits,
1 year ago
4 files
+
12
−
67
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
chart/templates/deployment-django.yaml
+
5
−
0
Options
@@ -112,6 +112,11 @@ spec:
volumeMounts
:
-
name
:
server-static
mountPath
:
/usr/src/app/static/
{{
- if .Values.django.persistence.enabled
}}
-
name
:
persistent-files
mountPath
:
/usr/src/app/media/
subPath
:
media
{{
- end
}}
-
name
:
config-volume
mountPath
:
/etc/nginx/nginx.conf
subPath
:
nginx.conf