Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
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
oai
cn5g
oai-cn5g-fed
Merge requests
!87
feat(test): post-jinja2 update, simplification of docker-compose files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat(test): post-jinja2 update, simplification of docker-compose files
doc-v1.5-update-simplifications
into
master
Overview
15
Commits
7
Pipelines
0
Changes
13
Merged
Raphael Defosseux
requested to merge
doc-v1.5-update-simplifications
into
master
2 years ago
Overview
11
Commits
7
Pipelines
0
Changes
13
Expand
First draft. All modified have been manually tested.
0
0
Merge request reports
Compare
master
version 9
58ac4166
2 years ago
version 8
60a67e45
2 years ago
version 7
f0f31fb3
2 years ago
version 6
57385541
2 years ago
version 5
26cd4d3b
2 years ago
version 4
0c9bea11
2 years ago
version 3
7de2cfee
2 years ago
version 2
820540d8
2 years ago
version 1
28a457e8
2 years ago
master (base)
and
latest version
latest version
8c2f4029
7 commits,
2 years ago
version 9
58ac4166
6 commits,
2 years ago
version 8
60a67e45
5 commits,
2 years ago
version 7
f0f31fb3
5 commits,
2 years ago
version 6
57385541
4 commits,
2 years ago
version 5
26cd4d3b
3 commits,
2 years ago
version 4
0c9bea11
4 commits,
2 years ago
version 3
7de2cfee
3 commits,
2 years ago
version 2
820540d8
2 commits,
2 years ago
version 1
28a457e8
1 commit,
2 years ago
13 files
+
266
−
625
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
charts/oai-5g-ran/oai-gnb/templates/deployment.yaml
+
2
−
0
Options
@@ -34,6 +34,7 @@ spec:
containers
:
-
name
:
gnb
image
:
"
{{
.Values.nfimage.repository
}}:{{
.Values.nfimage.version
}}"
imagePullPolicy
:
{{
.Values.nfimage.pullPolicy
}}
{{
- if .Values.config.mountConfig
}}
volumeMounts
:
-
mountPath
:
/opt/oai-gnb/etc/mounted.conf
@@ -166,6 +167,7 @@ spec:
{{
- end
}}
-
name
:
tcpdump
image
:
"
{{
.Values.tcpdumpimage.repository
}}:{{
.Values.tcpdumpimage.version
}}"
imagePullPolicy
:
{{
.Values.tcpdumpimage.pullPolicy
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
{{
- if .Values.start.tcpdump
}}
Loading