# gq-hello-service.yaml
|
|
#
|
|
# @version 180719:1
|
|
# @author zhangxuhong <zhangxuhong@xitu.io>
|
|
|
|
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: gq-hello
|
|
labels:
|
|
name: gq-hello
|
|
role: backend
|
|
pl: c
|
|
application: nginx
|
|
version: 1.14.0
|
|
division: infrastructure
|
|
spec:
|
|
ports:
|
|
- port: 9000
|
|
targetPort: gq-hello
|
|
protocol: TCP
|
|
name: gq-hello
|
|
selector:
|
|
name: gq-hello
|