Update April
This commit is contained in:
81
deployments/trainee/gnb-ue-13.yaml
Normal file
81
deployments/trainee/gnb-ue-13.yaml
Normal file
@@ -0,0 +1,81 @@
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
annotations:
|
||||
app.openshift.io/connects-to: '[{"apiVersion":"apps.openshift.io/v1","kind":"DeploymentConfig","name":"oai-du-13"},{"apiVersion":"apps/v1","kind":"DeploymentConfig","name":"oai-du-13"}]'
|
||||
name: oai-nr-ue-13
|
||||
|
||||
namespace: infidel-test
|
||||
labels:
|
||||
app.kubernetes.io/part-of: trainee-13
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/part-of: trainee-13
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/part-of: trainee-13
|
||||
creationTimestamp: null
|
||||
annotations:
|
||||
k8s.v1.cni.cncf.io/networks: 'oai-ue-du-13-net'
|
||||
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
serviceAccountName: oai-sa
|
||||
schedulerName: default-scheduler
|
||||
terminationGracePeriodSeconds: 30
|
||||
securityContext: {}
|
||||
containers:
|
||||
- resources: {}
|
||||
terminationMessagePath: /dev/termination-log
|
||||
name: rfsim5g-oai-nr-ue
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /bin/bash -c "pgrep nr-uesoftmodem"
|
||||
timeoutSeconds: 5
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 5
|
||||
env:
|
||||
- name: DNN
|
||||
value: oai
|
||||
- name: FULL_IMSI
|
||||
value: '208990200000013'
|
||||
- name: FULL_KEY
|
||||
value: fec86ba6eb707ed08905757b1bb44b8f
|
||||
- name: NSSAI_SST
|
||||
value: '1'
|
||||
- name: OPC
|
||||
value: c42449363bbad02b66d16bc975d77cc1
|
||||
- name: RFSIMULATOR
|
||||
value: 192.168.35.49
|
||||
- name: USE_ADDITIONAL_OPTIONS
|
||||
value: >-
|
||||
--sa --rfsim -r 106 --numerology 1 -C 3619200000 --nokrnmod
|
||||
--log_config.global_log_options level,nocolor,time
|
||||
securityContext:
|
||||
privileged: true
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- name: dev-tun
|
||||
readOnly: true
|
||||
mountPath: /dev/net/tun
|
||||
terminationMessagePolicy: File
|
||||
image: '192.168.22.1:5000/oai-nr-ue'
|
||||
serviceAccount: oai-sa
|
||||
volumes:
|
||||
- name: dev-tun
|
||||
hostPath:
|
||||
path: /dev/net/tun
|
||||
type: ''
|
||||
dnsPolicy: ClusterFirst
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 25%
|
||||
maxSurge: 25%
|
||||
revisionHistoryLimit: 10
|
||||
progressDeadlineSeconds: 600
|
||||
Reference in New Issue
Block a user