apiVersion: v1 kind: Service metadata: name: ha-svc spec: ports: - name: app port: 80 protocol: TCP targetPort: 8123 clusterIP: None type: ClusterIP