Spaces:
Runtime error
Runtime error
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: coordinator-lb | |
| namespace: chroma | |
| spec: | |
| ports: | |
| - name: grpc | |
| port: 50051 | |
| targetPort: 50051 | |
| selector: | |
| app: coordinator | |
| type: LoadBalancer | |