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-ue name: oai-nr-ue spec: replicas: 1 selector: matchLabels: io.kompose.service: oai-nr-ue 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-ue spec: containers: - env: - name: DNN value: oai - name: FULL_IMSI value: "208990100001100" - 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-ue resources: {} securityContext: privileged: true restartPolicy: Always status: {}