Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change timezone for all 5g basic component #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified oai-5g-core/oai-5g-basic/charts/mysql-8.0.31.tgz
Binary file not shown.
Binary file modified oai-5g-core/oai-5g-basic/charts/oai-amf-v2.0.0.tgz
Binary file not shown.
Binary file modified oai-5g-core/oai-5g-basic/charts/oai-ausf-v2.0.0.tgz
Binary file not shown.
Binary file modified oai-5g-core/oai-5g-basic/charts/oai-nrf-v2.0.0.tgz
Binary file not shown.
Binary file modified oai-5g-core/oai-5g-basic/charts/oai-smf-v2.0.0.tgz
Binary file not shown.
Binary file modified oai-5g-core/oai-5g-basic/charts/oai-udm-v2.0.0.tgz
Binary file not shown.
Binary file modified oai-5g-core/oai-5g-basic/charts/oai-udr-v2.0.0.tgz
Binary file not shown.
Binary file modified oai-5g-core/oai-5g-basic/charts/oai-upf-v2.0.0.tgz
Binary file not shown.
19 changes: 11 additions & 8 deletions oai-5g-core/oai-5g-basic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ global:
waitForNRF: true
http2Param: "--http2-prior-knowledge" # if waitForNRF is true and http2 is used for all NF then this param is needed
timeout: 1
timeZone : Asia/Jakarta
mysql:
enabled: true
imagePullPolicy: IfNotPresent
Expand All @@ -12,7 +13,9 @@ mysql:
- name: "regcred"
persistence:
enabled: true
# nodeName: node3
nodeSelector:
kubernetes.io/hostname: "node2"
nodeName: node2
oai-nrf:
enabled: true
kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
Expand All @@ -27,7 +30,7 @@ oai-nrf:
config:
logLevel: "debug" #allowed info/error/debug
nodeSelector: {}
# nodeName: node3
nodeName: node2
oai-udr:
enabled: true
kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
Expand All @@ -42,7 +45,7 @@ oai-udr:
config:
logLevel: "debug" #allowed info/error/debug
nodeSelector: {}
# nodeName: node3
nodeName: node2
oai-udm:
enabled: true
kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
Expand All @@ -57,7 +60,7 @@ oai-udm:
config:
logLevel: "debug" #allowed info/error/debug
nodeSelector: {}
# nodeName: node3
nodeName: node2
oai-ausf:
enabled: true
kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
Expand All @@ -72,7 +75,7 @@ oai-ausf:
config:
logLevel: "debug" #allowed info/error/debug
nodeSelector: {}
# nodeName: node3
nodeName: node2
oai-amf:
enabled: true
kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
Expand All @@ -99,7 +102,7 @@ oai-amf:
routes:
hostInterface: "ens34" # Interface of the host machine on which this pod will be scheduled
nodeSelector: {}
# nodeName: node3
nodeName: node2
oai-upf:
enabled: true
kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
Expand Down Expand Up @@ -153,7 +156,7 @@ oai-upf:
hostInterface: "ens34"
#NOTE: If the interface you selected for n6If is wrong then traffic will not be routed towards internet
nodeSelector: {}
# nodeName: node3
nodeName: node2
# oai-traffic-server:
# enabled: false
# weight: 6
Expand Down Expand Up @@ -199,4 +202,4 @@ oai-smf:
imagePullSecrets:
- name: "regcred"
nodeSelector: {}
# nodeName: node3
nodeName: node2