Initial commit
This commit is contained in:
56
deployments/CoreNetwork/default/oai-nr-ue2-deployment.yaml
Normal file
56
deployments/CoreNetwork/default/oai-nr-ue2-deployment.yaml
Normal file
@@ -0,0 +1,56 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: oai-nr-ue2
|
||||
name: oai-nr-ue2
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: oai-nr-ue2
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
kompose.version: 1.26.0 (40646f47)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/rfsim5g-oai-public-net: "true"
|
||||
io.kompose.service: oai-nr-ue2
|
||||
spec:
|
||||
containers:
|
||||
- env:
|
||||
- name: DNN
|
||||
value: oai
|
||||
- name: FULL_IMSI
|
||||
value: "208990100001101"
|
||||
- name: FULL_KEY
|
||||
value: fec86ba6eb707ed08905757b1bb44b8f
|
||||
- name: NSSAI_SST
|
||||
value: "1"
|
||||
- name: OPC
|
||||
value: C42449363BBAD02B66D16BC975D77CC1
|
||||
- name: RFSIMULATOR
|
||||
value: 192.168.71.140
|
||||
- name: USE_ADDITIONAL_OPTIONS
|
||||
value: -E --sa --rfsim -r 106 --numerology 1 -C 3619200000 --nokrnmod --log_config.global_log_options level,nocolor,time
|
||||
image: oai-nr-ue:develop
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /bin/bash -c "pgrep nr-uesoftmodem"
|
||||
failureThreshold: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
name: rfsim5g-oai-nr-ue2
|
||||
resources: {}
|
||||
securityContext:
|
||||
privileged: true
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
Reference in New Issue
Block a user