chroma / k8s /test /coordinator_service.yaml
badalsahani's picture
feat: chroma initial deploy
287a0bc
raw
history blame contribute delete
210 Bytes
apiVersion: v1
kind: Service
metadata:
name: coordinator-lb
namespace: chroma
spec:
ports:
- name: grpc
port: 50051
targetPort: 50051
selector:
app: coordinator
type: LoadBalancer