mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Search and replace for references to moved examples Reverted find and replace paths on auto gen docs Reverting changes to changelog Fix bugs in test-cmd.sh Fixed path in examples README ran update-all successfully Updated verify-flags exceptions to include renamed files
16 lines
207 B
YAML
16 lines
207 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: vtgate
|
|
labels:
|
|
component: vtgate
|
|
app: vitess
|
|
spec:
|
|
ports:
|
|
- port: 15001
|
|
selector:
|
|
component: vtgate
|
|
app: vitess
|
|
type: LoadBalancer
|
|
|