Commit 937802c9 by 蒋勇

d

parent 7bd03778
...@@ -13,8 +13,6 @@ route: ...@@ -13,8 +13,6 @@ route:
apiVersion: configuration.konghq.com/v1 apiVersion: configuration.konghq.com/v1
kind: KongPlugin kind: KongPlugin
metadata: metadata:
name: jwt name: jwt-plugin
namespace: tencent-qifu namespace: tencent-qifu
config: plugin: jwt
plugin: jwt \ No newline at end of file
disabled: false
\ No newline at end of file
...@@ -77,11 +77,10 @@ metadata: ...@@ -77,11 +77,10 @@ metadata:
name: paas-pugintest-ingress name: paas-pugintest-ingress
namespace: tencent-qifu namespace: tencent-qifu
annotations: annotations:
configuration.konghq.com: kongingress-strip-path plugins.konghq.com: jwt-plugin
plugins.konghq.com: jwt
spec: spec:
rules: rules:
- host: txchannel-dev.brg.tencentyun.com - host: txchannel-dev2.brg.tencentyun.com
http: http:
paths: paths:
- path: /testplugin - path: /testplugin
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: entprofile - name: entprofile
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.62 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.63
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 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