apiVersion: apps/v1 kind: Deployment metadata: name: bussiness1-chl namespace: bussiness1 labels: app: bussiness1-chl spec: selector: matchLabels: app: bussiness1-chl template: metadata: labels: app: bussiness1-chl spec: containers: - name: bussiness1-chl image: harbor.elppa.xyz/test/intermax:test3 env: - name: mci_url value: "http://mci-svc.bussiness1.svc:8080/bussiness1/mci_core.jsp" ports: - name: tomcat protocol: TCP containerPort: 8077