|
|
- # gq-hello-nginx-ingress.yaml
- #
- # @version: 180627:1
- # @author: zhangxuhong <zhangxuhong@xitu.io>
- #
-
- apiVersion: extensions/v1beta1
- kind: Ingress
- metadata:
- name: gq-hello-nginx
- labels:
- name: gq-hello-nginx
- role: backend
- pl: c
- application: nginx
- version: 1.14.0
- division: infrastructure
- spec:
- rules:
- - host: gq-hello.juejin.im
- http:
- paths:
- - path: /
- backend:
- serviceName: gq-hello-nginx
- servicePort: 80
|