vitess-gh/examples/kubernetes/vtgate-service-template.yaml

20 строки
304 B
YAML

kind: Service
apiVersion: v1
metadata:
name: vtgate-{{cell}}
labels:
component: vtgate
cell: {{cell}}
app: vitess
spec:
ports:
- name: web
port: 15001
- name: grpc
port: 15991
selector:
component: vtgate
cell: {{cell}}
app: vitess
type: LoadBalancer