Commit ab81e277 by 蒋勇

d

parent 358e9c8b
# 创建自定义的kongingress,去动态修改kong的配置
apiVersion: configuration.konghq.com/v1
kind: KongIngress
metadata:
name: kongingress-strip-path
namespace: tencent-qifu
route:
strip_path: false
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
......@@ -58,8 +48,8 @@ spec:
- path: /web
pathType: Prefix
backend:
serviceName: paas-service
servicePort: 80
serviceName: paas-service
servicePort: 80
---
apiVersion: extensions/v1beta1
......
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