apiVersion: apps/v1 kind: Deployment metadata: name: bussiness1-mci namespace: bussiness1 labels: app: bussiness1-mci spec: selector: matchLabels: app: bussiness1-mci template: metadata: labels: app: bussiness1-mci spec: containers: - name: bussiness1-mci image: harbor.elppa.xyz/test/intermax:test13 env: - name: core_url value: "http://bussiness1.10.10.52.7.nip.io:32080/bussiness1/" ports: - name: tomcat protocol: TCP containerPort: 8077