Initial commit
This commit is contained in:
Binary file not shown.
66
deployments/CoreNetwork/basic-no-nrf/mysql-deployment.yaml
Normal file
66
deployments/CoreNetwork/basic-no-nrf/mysql-deployment.yaml
Normal file
@@ -0,0 +1,66 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mysql
|
||||
app.kubernetes.io/part-of: CN-noNRF
|
||||
name: mysql
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: mysql
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
k8s.v1.cni.cncf.io/networks: oai-db-net
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/demo-oai-public-net: "true"
|
||||
io.kompose.service: mysql
|
||||
spec:
|
||||
serviceAccountName: oai-sa
|
||||
containers:
|
||||
- env:
|
||||
- name: MYSQL_DATABASE
|
||||
value: oai_db
|
||||
- name: MYSQL_PASSWORD
|
||||
value: test
|
||||
- name: MYSQL_ROOT_PASSWORD
|
||||
value: linux
|
||||
- name: MYSQL_USER
|
||||
value: test
|
||||
- name: TZ
|
||||
value: Europe/Paris
|
||||
image: mysql:8.0
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /bin/bash -c "/tmp/mysql-healthcheck.sh"
|
||||
failureThreshold: 30
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
name: mysql
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /docker-entrypoint-initdb.d/
|
||||
name: mysql-claim0
|
||||
- mountPath: /tmp/mysql-healthcheck.sh
|
||||
name: mysql-claim1
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: mysql-claim0
|
||||
persistentVolumeClaim:
|
||||
claimName: mysql-claim0
|
||||
- name: mysql-claim1
|
||||
persistentVolumeClaim:
|
||||
claimName: mysql-claim1
|
||||
status: {}
|
||||
117
deployments/CoreNetwork/basic-no-nrf/oai-amf-deployment.yaml
Normal file
117
deployments/CoreNetwork/basic-no-nrf/oai-amf-deployment.yaml
Normal file
@@ -0,0 +1,117 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: oai-amf
|
||||
app.kubernetes.io/part-of: CN-noNRF
|
||||
name: oai-amf
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: oai-amf
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
k8s.v1.cni.cncf.io/networks: oai-amf-net, oai-amf-n2-net
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/demo-oai-public-net: "true"
|
||||
io.kompose.service: oai-amf
|
||||
spec:
|
||||
serviceAccountName: oai-sa
|
||||
containers:
|
||||
- env:
|
||||
- name: NRF_FQDN
|
||||
value: oai-nrf
|
||||
- name: EXTERNAL_NRF
|
||||
value: "no"
|
||||
- name: EXTERNAL_AUSF
|
||||
value: "yes"
|
||||
- name: EXTERNAL_UDM
|
||||
value: "no"
|
||||
- name: AMF_INTERFACE_NAME_FOR_N11
|
||||
value: net1
|
||||
- name: AMF_INTERFACE_NAME_FOR_NGAP
|
||||
value: net2
|
||||
- name: AMF_SET_ID
|
||||
value: "1"
|
||||
- name: AUSF_FQDN
|
||||
value: oai-ausf
|
||||
- name: AUSF_IPV4_ADDRESS
|
||||
value: 192.168.33.18
|
||||
- name: MCC
|
||||
value: "208"
|
||||
- name: MNC
|
||||
value: "99"
|
||||
- name: PLMN_SUPPORT_MCC
|
||||
value: "208"
|
||||
- name: PLMN_SUPPORT_MNC
|
||||
value: "99"
|
||||
- name: PLMN_SUPPORT_TAC
|
||||
value: "0x0001"
|
||||
- name: REGION_ID
|
||||
value: "128"
|
||||
- name: SD_1
|
||||
value: "1"
|
||||
- name: SD_2
|
||||
value: "123"
|
||||
- name: SELECTED_0
|
||||
value: "true"
|
||||
- name: SERVED_GUAMI_AMF_SET_ID_0
|
||||
value: "1"
|
||||
- name: SERVED_GUAMI_AMF_SET_ID_1
|
||||
value: "1"
|
||||
- name: SERVED_GUAMI_MCC_0
|
||||
value: "208"
|
||||
- name: SERVED_GUAMI_MCC_1
|
||||
value: "460"
|
||||
- name: SERVED_GUAMI_MNC_0
|
||||
value: "99"
|
||||
- name: SERVED_GUAMI_MNC_1
|
||||
value: "11"
|
||||
- name: SERVED_GUAMI_REGION_ID_0
|
||||
value: "128"
|
||||
- name: SERVED_GUAMI_REGION_ID_1
|
||||
value: "10"
|
||||
- name: SMF_FQDN_0
|
||||
value: oai-smf
|
||||
- name: SMF_INSTANCE_ID_0
|
||||
value: "1"
|
||||
- name: SMF_IPV4_ADDR_0
|
||||
value: 192.168.33.12
|
||||
- name: SMF_FQDN_1
|
||||
value: oai-smf
|
||||
- name: SMF_INSTANCE_ID_1
|
||||
value: "2"
|
||||
- name: SMF_IPV4_ADDR_1
|
||||
value: 0.0.0.0
|
||||
- name: SST_0
|
||||
value: "1"
|
||||
- name: SST_1
|
||||
value: "1"
|
||||
- name: SST_2
|
||||
value: "222"
|
||||
- name: TZ
|
||||
value: Europe/paris
|
||||
- name: UDM_FQDN
|
||||
value: oai-udm
|
||||
- name: UDM_IPV4_ADDRESS
|
||||
value: 192.168.33.19
|
||||
- name: USE_FQDN_DNS
|
||||
value: "no"
|
||||
- name: USE_HTTP2
|
||||
value: "no"
|
||||
image: oaisoftwarealliance/oai-amf:v1.5.0
|
||||
name: oai-amf
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
@@ -0,0 +1,50 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: oai-ausf
|
||||
app.kubernetes.io/part-of: CN-noNRF
|
||||
name: oai-ausf
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: oai-ausf
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
k8s.v1.cni.cncf.io/networks: oai-ausf-net
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/demo-oai-public-net: "true"
|
||||
io.kompose.service: oai-ausf
|
||||
spec:
|
||||
serviceAccountName: oai-sa
|
||||
containers:
|
||||
- env:
|
||||
- name: AUSF_NAME
|
||||
value: OAI_AUSF
|
||||
- name: REGISTER_NRF
|
||||
value: "no"
|
||||
- name: SBI_IF_NAME
|
||||
value: net1
|
||||
- name: TZ
|
||||
value: Europe/Paris
|
||||
- name: UDM_FQDN
|
||||
value: oai-udm
|
||||
- name: UDM_IP_ADDRESS
|
||||
value: 192.168.33.19
|
||||
- name: USE_FQDN_DNS
|
||||
value: "no"
|
||||
image: oaisoftwarealliance/oai-ausf:v1.5.0
|
||||
name: oai-ausf
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
@@ -0,0 +1,52 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: oai-ext-dn
|
||||
app.kubernetes.io/part-of: CN-noNRF
|
||||
name: oai-ext-dn
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: oai-ext-dn
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
k8s.v1.cni.cncf.io/networks: oai-dn-net
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/demo-oai-public-net: "true"
|
||||
io.kompose.service: oai-ext-dn
|
||||
spec:
|
||||
serviceAccountName: oai-sa
|
||||
containers:
|
||||
- args:
|
||||
- /bin/bash
|
||||
- -c
|
||||
- 'trap : SIGTERM SIGINT; sleep infinity & wait'
|
||||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
- ' apt update; apt install -y procps iptables iproute2 iperf iputils-ping; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; ip route add 12.1.1.0/24 via 192.168.33.15 dev net1; ip route; sleep infinity'
|
||||
image: oaisoftwarealliance/trf-gen-cn5g:latest
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /bin/bash -c "ip r | grep 12.1.1"
|
||||
failureThreshold: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
name: oai-ext-dn
|
||||
resources: {}
|
||||
securityContext:
|
||||
privileged: true
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
134
deployments/CoreNetwork/basic-no-nrf/oai-smf-deployment.yaml
Normal file
134
deployments/CoreNetwork/basic-no-nrf/oai-smf-deployment.yaml
Normal file
@@ -0,0 +1,134 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: oai-smf
|
||||
app.kubernetes.io/part-of: CN-noNRF
|
||||
name: oai-smf
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: oai-smf
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
k8s.v1.cni.cncf.io/networks: oai-smf-net
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/demo-oai-public-net: "true"
|
||||
io.kompose.service: oai-smf
|
||||
spec:
|
||||
serviceAccountName: oai-sa
|
||||
containers:
|
||||
- env:
|
||||
- name: AMF_API_VERSION
|
||||
value: v1
|
||||
- name: AMF_FQDN
|
||||
value: oai-amf
|
||||
- name: AMF_IPV4_ADDRESS
|
||||
value: 192.168.33.11
|
||||
- name: DEFAULT_CSCF_IPV4_ADDRESS
|
||||
value: 127.0.0.1
|
||||
- name: DEFAULT_DNS_IPV4_ADDRESS
|
||||
value: 1.1.1.1
|
||||
- name: DEFAULT_DNS_SEC_IPV4_ADDRESS
|
||||
value: 8.8.8.8
|
||||
- name: DISCOVER_UPF
|
||||
value: "false"
|
||||
- name: DNN_NI0
|
||||
value: oai
|
||||
- name: DNN_NI1
|
||||
value: oai.ipv4
|
||||
- name: DNN_NI2
|
||||
value: default
|
||||
- name: DNN_NI3
|
||||
value: ims
|
||||
- name: DNN_RANGE0
|
||||
value: 12.1.1.151 - 12.1.1.253
|
||||
- name: DNN_RANGE1
|
||||
value: 12.1.1.51 - 12.1.1.150
|
||||
- name: DNN_RANGE2
|
||||
value: 12.1.1.2 - 12.1.1.50
|
||||
- name: DNN_RANGE3
|
||||
value: 14.1.1.2 - 14.1.1.253
|
||||
- name: INSTANCE
|
||||
value: "0"
|
||||
- name: ENABLE_USAGE_REPORTING
|
||||
value: "no"
|
||||
- name: NSSAI_SD0
|
||||
value: "0xFFFFFF"
|
||||
- name: NSSAI_SD1
|
||||
value: "1"
|
||||
- name: NSSAI_SD2
|
||||
value: "123"
|
||||
- name: NSSAI_SST0
|
||||
value: "1"
|
||||
- name: NSSAI_SST1
|
||||
value: "1"
|
||||
- name: NSSAI_SST2
|
||||
value: "222"
|
||||
- name: REGISTER_NRF
|
||||
value: "no"
|
||||
- name: SESSION_AMBR_DL0
|
||||
value: 400Mbps
|
||||
- name: SESSION_AMBR_DL1
|
||||
value: 200Mbps
|
||||
- name: SESSION_AMBR_DL2
|
||||
value: 100Mbps
|
||||
- name: SESSION_AMBR_UL0
|
||||
value: 200Mbps
|
||||
- name: SESSION_AMBR_UL1
|
||||
value: 100Mbps
|
||||
- name: SESSION_AMBR_UL2
|
||||
value: 50Mbps
|
||||
- name: SMF_INTERFACE_NAME_FOR_N4
|
||||
value: net1
|
||||
- name: SMF_INTERFACE_NAME_FOR_SBI
|
||||
value: net1
|
||||
- name: TYPE0
|
||||
value: IPv4
|
||||
- name: TYPE1
|
||||
value: IPv4
|
||||
- name: TYPE2
|
||||
value: IPv4
|
||||
- name: TYPE3
|
||||
value: IPv4v6
|
||||
- name: TZ
|
||||
value: Europe/Paris
|
||||
- name: UDM_FQDN
|
||||
value: oai-udm
|
||||
- name: USE_FQDN_UDM
|
||||
value: "no"
|
||||
- name: UDM_IPV4_ADDRESS
|
||||
value: 192.168.33.19
|
||||
- name: UE_MTU
|
||||
value: "1500"
|
||||
- name: UPF_FQDN_0
|
||||
value: oai-spgwu-tiny
|
||||
- name: UPF_IPV4_ADDRESS
|
||||
value: 192.168.33.15
|
||||
- name: USE_FQDN_UPF
|
||||
value: "no"
|
||||
- name: USE_FQDN_DNS
|
||||
value: "no"
|
||||
- name: USE_LOCAL_SUBSCRIPTION_INFO
|
||||
value: "yes"
|
||||
- name: USE_NETWORK_INSTANCE
|
||||
value: "yes"
|
||||
image: oaisoftwarealliance/oai-smf:develop
|
||||
name: oai-smf
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
hostAliases:
|
||||
- ip: "192.168.33.15"
|
||||
hostnames:
|
||||
- "oai-spgwu-tiny"
|
||||
status: {}
|
||||
@@ -0,0 +1,94 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: oai-spgwu
|
||||
app.kubernetes.io/part-of: CN-noNRF
|
||||
name: oai-spgwu
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: oai-spgwu
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
k8s.v1.cni.cncf.io/networks: oai-upf-net, oai-upf-n3-net
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/demo-oai-public-net: "true"
|
||||
io.kompose.service: oai-spgwu
|
||||
spec:
|
||||
serviceAccountName: oai-sa
|
||||
containers:
|
||||
- env:
|
||||
- name: MCC
|
||||
value: "208"
|
||||
- name: MNC
|
||||
value: "99"
|
||||
- name: BYPASS_UL_PFCP_RULES
|
||||
value: "no"
|
||||
- name: DNN_0
|
||||
value: oai
|
||||
- name: DNN_1
|
||||
value: oai.ipv4
|
||||
- name: DNN_2
|
||||
value: default
|
||||
- name: ENABLE_5G_FEATURES
|
||||
value: "yes"
|
||||
- name: NETWORK_UE_IP
|
||||
value: 12.1.1.0/24
|
||||
- name: NETWORK_UE_NAT_OPTION
|
||||
value: "yes"
|
||||
- name: NSSAI_SD_0
|
||||
value: "0xffffff"
|
||||
- name: NSSAI_SD_1
|
||||
value: "1"
|
||||
- name: NSSAI_SD_2
|
||||
value: "123"
|
||||
- name: NSSAI_SST_0
|
||||
value: "1"
|
||||
- name: NSSAI_SST_1
|
||||
value: "1"
|
||||
- name: NSSAI_SST_2
|
||||
value: "222"
|
||||
- name: PGW_INTERFACE_NAME_FOR_SGI
|
||||
value: net1
|
||||
- name: REGISTER_NRF
|
||||
value: "no"
|
||||
- name: SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
|
||||
value: net2
|
||||
- name: SGW_INTERFACE_NAME_FOR_SX
|
||||
value: net1
|
||||
- name: TZ
|
||||
value: Europe/Paris
|
||||
- name: UPF_FQDN_5G
|
||||
value: oai-spgwu-tiny
|
||||
- name: USE_FQDN_NRF
|
||||
value: "no"
|
||||
- name: NRF_FQDN
|
||||
value: oai-nrf
|
||||
- name: NRF_IPV4_ADDRESS
|
||||
value: 0.0.0.0
|
||||
- name: SPGWC0_IP_ADDRESS
|
||||
value: 192.168.34.10
|
||||
image: oaisoftwarealliance/oai-spgwu-tiny:v1.5.0
|
||||
name: oai-spgwu
|
||||
resources: {}
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
drop:
|
||||
- ALL
|
||||
privileged: true
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
50
deployments/CoreNetwork/basic-no-nrf/oai-udm-deployment.yaml
Normal file
50
deployments/CoreNetwork/basic-no-nrf/oai-udm-deployment.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: oai-udm
|
||||
app.kubernetes.io/part-of: CN-noNRF
|
||||
name: oai-udm
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: oai-udm
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
k8s.v1.cni.cncf.io/networks: oai-udm-net
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/demo-oai-public-net: "true"
|
||||
io.kompose.service: oai-udm
|
||||
spec:
|
||||
serviceAccountName: oai-sa
|
||||
containers:
|
||||
- env:
|
||||
- name: REGISTER_NRF
|
||||
value: "no"
|
||||
- name: SBI_IF_NAME
|
||||
value: net1
|
||||
- name: TZ
|
||||
value: Europe/Paris
|
||||
- name: UDM_NAME
|
||||
value: OAI_UDM
|
||||
- name: UDR_FQDN
|
||||
value: oai-udr
|
||||
- name: UDR_IP_ADDRESS
|
||||
value: 192.168.33.20
|
||||
- name: USE_FQDN_DNS
|
||||
value: "no"
|
||||
image: oaisoftwarealliance/oai-udm:v1.5.0
|
||||
name: oai-udm
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
56
deployments/CoreNetwork/basic-no-nrf/oai-udr-deployment.yaml
Normal file
56
deployments/CoreNetwork/basic-no-nrf/oai-udr-deployment.yaml
Normal file
@@ -0,0 +1,56 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: oai-udr
|
||||
app.kubernetes.io/part-of: CN-noNRF
|
||||
name: oai-udr
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: oai-udr
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ./docker-compose-basic-nonrf.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
k8s.v1.cni.cncf.io/networks: oai-udr-net
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/demo-oai-public-net: "true"
|
||||
io.kompose.service: oai-udr
|
||||
spec:
|
||||
serviceAccountName: oai-sa
|
||||
containers:
|
||||
- env:
|
||||
- name: MYSQL_DB
|
||||
value: oai_db
|
||||
- name: MYSQL_IPV4_ADDRESS
|
||||
value: 192.168.33.16
|
||||
- name: MYSQL_PASS
|
||||
value: test
|
||||
- name: MYSQL_USER
|
||||
value: test
|
||||
- name: REGISTER_NRF
|
||||
value: "no"
|
||||
- name: TZ
|
||||
value: Europe/Paris
|
||||
- name: UDR_INTERFACE_NAME_FOR_NUDR
|
||||
value: net1
|
||||
- name: UDR_NAME
|
||||
value: OAI_UDR
|
||||
- name: USE_FQDN_DNS
|
||||
value: "no"
|
||||
- name: WAIT_MYSQL
|
||||
value: "120"
|
||||
image: oaisoftwarealliance/oai-udr:v1.5.0
|
||||
name: oai-udr
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
Reference in New Issue
Block a user