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