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-udr app.kubernetes.io/part-of: CN-noNRF name: oai-udr spec: replicas: 1 selector: matchLabels: io.kompose.service: oai-udr 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-udr-net creationTimestamp: null labels: io.kompose.network/demo-oai-public-net: "true" io.kompose.service: oai-udr spec: serviceAccountName: oai-sa containers: - env: - name: MYSQL_DB value: oai_db - name: MYSQL_IPV4_ADDRESS value: 192.168.33.16 - name: MYSQL_PASS value: test - name: MYSQL_USER value: test - name: REGISTER_NRF value: "no" - name: TZ value: Europe/Paris - name: UDR_INTERFACE_NAME_FOR_NUDR value: net1 - name: UDR_NAME value: OAI_UDR - name: USE_FQDN_DNS value: "no" - name: WAIT_MYSQL value: "120" image: oaisoftwarealliance/oai-udr:v1.5.0 name: oai-udr resources: {} restartPolicy: Always status: {}