Commit 71ed8b65 by 陈思聪

fix: 修改ingress配置

parent e5ab9396
......@@ -1284,3 +1284,21 @@ spec:
backend:
serviceName: jiaxiya-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: fqboss-ingress
namespace: chaolai
annotations:
configuration.konghq.com: kongingress-strip-path
spec:
rules:
- host: fqgirl.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: fqboss-service
servicePort: 80
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