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: {}