File size: 210 Bytes
287a0bc
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  name: coordinator-lb
  namespace: chroma
spec:
  ports:
    - name: grpc
      port: 50051
      targetPort: 50051
  selector:
    app: coordinator
  type: LoadBalancer