100 lines
3.0 KiB
YAML
100 lines
3.0 KiB
YAML
kind: Deployment
|
|
apiVersion: apps/v1
|
|
metadata:
|
|
annotations:
|
|
app.openshift.io/connects-to: '[{"apiVersion":"apps.openshift.io/v1","kind":"DeploymentConfig","name":"oai-cu-02"},{"apiVersion":"apps/v1","kind":"DeploymentConfig","name":"oai-cu-02"}]'
|
|
name: oai-du-02
|
|
namespace: infidel-test
|
|
labels:
|
|
app.kubernetes.io/part-of: trainee-02
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/part-of: trainee-02
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/part-of: trainee-02
|
|
creationTimestamp: null
|
|
annotations:
|
|
k8s.v1.cni.cncf.io/networks: 'oai-du-cu-02-net'
|
|
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
|
spec:
|
|
restartPolicy: Always
|
|
serviceAccountName: oai-sa
|
|
schedulerName: default-scheduler
|
|
terminationGracePeriodSeconds: 30
|
|
securityContext: {}
|
|
nodeSelector:
|
|
kubernetes.io/hostname: ocp-w-3.lab.ocp.lan
|
|
containers:
|
|
- name: inf-du
|
|
resources: {}
|
|
env:
|
|
- name: RFSIMULATOR
|
|
value: server
|
|
- name: USE_SA_TDD_DU
|
|
value: "1"
|
|
- name: GNB_NAME
|
|
value: gnb-du-02
|
|
- name: GNB_ID
|
|
value: "e02"
|
|
- name: TAC
|
|
value: "1"
|
|
- name: MCC
|
|
value: "208"
|
|
- name: MNC
|
|
value: "99"
|
|
- name: MNC_LENGTH
|
|
value: "2"
|
|
- name: NSSAI_SST
|
|
value: "1"
|
|
- name: AMF_IP_ADDRESS
|
|
value: "192.168.34.11"
|
|
- name: UPF_IP_ADDRESS
|
|
value: "192.168.34.10"
|
|
- name: GNB_NGA_IF_NAME
|
|
value: net1
|
|
- name: GNB_NGA_IP_ADDRESS
|
|
value: "192.168.34.13"
|
|
- name: GNB_NGU_IF_NAME
|
|
value: net1
|
|
- name: GNB_NGU_IP_ADDRESS
|
|
value: "192.168.34.13"
|
|
- name: F1_IF_NAME
|
|
value: "net2"
|
|
- name: F1_DU_IP_ADDRESS
|
|
value: "192.168.35.16"
|
|
- name: F1_CU_IP_ADDRESS
|
|
value: "192.168.35.15"
|
|
- name: F1_DU_D_PORT
|
|
value: "2153"
|
|
- name: F1_CU_D_PORT
|
|
value: "2153"
|
|
- name: USE_ADDITIONAL_OPTIONS
|
|
value: --sa --rfsim --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-gnb'
|
|
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
|