apiVersion: v1 kind: Service metadata: labels: app: converge name: converge spec: ports: - port: 8000 protocol: TCP targetPort: 8000 - port: 8001 protocol: TCP targetPort: prometheus selector: app: converge