apiVersion: v1 kind: Service metadata: name: gancio namespace: gancio spec: selector: component: web ports: - name: http port: 80 targetPort: 13120 protocol: TCP