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
Commits
98f41be4
Commit
98f41be4
authored
1 year ago
by
turletti
Browse files
Options
Downloads
Patches
Plain Diff
add explicit ip forwarding on upf pod and put back standard upf image pull
parent
804873c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
charts/oai-5g-core/oai-5g-basic/values.yaml
+3
-3
3 additions, 3 deletions
charts/oai-5g-core/oai-5g-basic/values.yaml
charts/oai-5g-core/oai-upf/templates/deployment.yaml
+4
-0
4 additions, 0 deletions
charts/oai-5g-core/oai-upf/templates/deployment.yaml
with
7 additions
and
3 deletions
charts/oai-5g-core/oai-5g-basic/values.yaml
+
3
−
3
View file @
98f41be4
...
@@ -113,10 +113,10 @@ oai-upf:
...
@@ -113,10 +113,10 @@ oai-upf:
enabled
:
true
enabled
:
true
kubernetesType
:
Vanilla
#Openshift/Vanilla Vanilla for Upstream Kubernetes
kubernetesType
:
Vanilla
#Openshift/Vanilla Vanilla for Upstream Kubernetes
nfimage
:
# image name either locally present or in a public/private repository
nfimage
:
# image name either locally present or in a public/private repository
repository
:
docker.io/r2labuser/oai-upf
## The image will be pulled from dockerhub
#repository: docker.io/r2labuser/oai-upf ## The image will be pulled from dockerhub
version
:
v2.0.0
## The branch to be used to pull from dockerhub
#repository: docker.io/oaisoftwarealliance/oai-upf ## The image will be pulled from dockerhub
#version: v2.0.0 ## The branch to be used to pull from dockerhub
#version: v2.0.0 ## The branch to be used to pull from dockerhub
repository
:
docker.io/oaisoftwarealliance/oai-upf
## The image will be pulled from dockerhub
version
:
v2.0.0
## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
IfNotPresent
pullPolicy
:
IfNotPresent
start
:
start
:
...
...
This diff is collapsed.
Click to expand it.
charts/oai-5g-core/oai-upf/templates/deployment.yaml
+
4
−
0
View file @
98f41be4
...
@@ -125,6 +125,10 @@ spec:
...
@@ -125,6 +125,10 @@ spec:
initialDelaySeconds
:
2
initialDelaySeconds
:
2
periodSeconds
:
3
periodSeconds
:
3
{{
- end
}}
{{
- end
}}
lifecycle
:
postStart
:
exec
:
command
:
[
"
/sbin/sysctl"
,
"
-w"
,
"
net.ipv4.ip_forward=1"
]
{{
- if .Values.livenessProbe
}}
{{
- if .Values.livenessProbe
}}
livenessProbe
:
livenessProbe
:
exec
:
exec
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment