PHP容器化demo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
486 B

# 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