Commit 41a2e79a by 蒋勇

d

parent c3cc06f8
...@@ -3,6 +3,8 @@ kind: Ingress ...@@ -3,6 +3,8 @@ kind: Ingress
metadata: metadata:
name: igirl-ingress name: igirl-ingress
namespace: chaolai namespace: chaolai
annotations:
configuration.konghq.com: kongingress-strip-path
spec: spec:
rules: rules:
- host: igirl.gongsibao.com - host: igirl.gongsibao.com
......
# 创建自定义的kongingress,去动态修改kong的配置
apiVersion: configuration.konghq.com/v1
kind: KongIngress
metadata:
name: kongingress-strip-path
namespace: chaolai
route:
strip_path: false
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