apiVersion: v1 kind: Service metadata: name: epics-softioc-external namespace: epics spec: type: ClusterIP selector: deploymentconfig: epics-softioc externalIPs: - 192.168.130.1 ports: - name: 5064-tcp port: 5064 protocol: TCP targetPort: 5064 - name: 5064-udp port: 5064 protocol: UDP targetPort: 5064 - name: 5065-tcp port: 5065 protocol: TCP targetPort: 5065 - name: 5065-udp port: 5065 protocol: UDP targetPort: 5065