Commit 9ae2faf7 by 蒋勇

tj

parent 5bbfd0e5
...@@ -1311,6 +1311,21 @@ spec: ...@@ -1311,6 +1311,21 @@ spec:
serviceName: center-channel-service serviceName: center-channel-service
servicePort: 80 servicePort: 80
--- ---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: gsbtmh5-qifu-ingress
namespace: chaolai
spec:
rules:
- host: gsbtmh5.qifu.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: center-channel-service
servicePort: 80
---
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
......
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