apiVersion: v1 kind: Service metadata: labels: run: linx name: linx spec: ports: - name: "linx" port: 8080 targetPort: 8080 selector: run: linx