Commit c2c9e41f authored by daidekun's avatar daidekun

fix

parent 1e3ae3c4
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: merchant-op-ui-ingress
spec:
backend:
serviceName: merchant-op-ui
servicePort: 80
\ No newline at end of file
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: merchant-ingress
spec:
rules:
- host: merchant.xyqb.com
http:
paths:
- path: /1
backend:
serviceName: merchant-backend
servicePort: 80
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment