apiVersion: v1 kind: Service metadata: name: myapp namespace: anevia spec: ports: - name: http port: 80 protocol: TCP targetPort: 80 - name: https port: 443 protocol: TCP targetPort: 443 selector: app: myapp externalIPs: - 10.254.12.10