Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k8syml
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
k8syml
Commits
4f53831f
Commit
4f53831f
authored
Jul 08, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
12d1a806
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
5 deletions
+32
-5
yamls/tx/base/7custom-resource-obj.yaml
+16
-2
yamls/tx/biz/all-ingress.yaml
+14
-1
yamls/tx/biz/deliver/paas-deployment.yaml
+1
-1
yamls/zhichan/ent-profile-deployment.yaml
+1
-1
No files found.
yamls/tx/base/7custom-resource-obj.yaml
View file @
4f53831f
...
...
@@ -5,4 +5,18 @@ metadata:
name
:
kongingress-strip-path
namespace
:
tencent-qifu
route
:
strip_path
:
false
\ No newline at end of file
strip_path
:
false
---
#创建自定义插件
apiVersion
:
configuration.konghq.com/v1
kind
:
KongPlugin
metadata
:
name
:
jwt
namespace
:
tencent-qifu
config
:
add
:
headers
:
-
"
Authorization:
injected-by-kong"
plugin
:
jwt
\ No newline at end of file
yamls/tx/biz/all-ingress.yaml
View file @
4f53831f
...
...
@@ -69,7 +69,6 @@ spec:
backend
:
serviceName
:
paas-service
servicePort
:
80
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
...
...
@@ -87,6 +86,20 @@ spec:
backend
:
serviceName
:
icdeliver-service
servicePort
:
80
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
icdeliverauth-ingress
namespace
:
tencent-qifu
annotations
:
configuration.konghq.com
:
kongingress-strip-path
plugins.konghq.com
:
jwt
spec
:
rules
:
-
host
:
ic-dev.brg.tencentyun.com
http
:
paths
:
-
path
:
/web
backend
:
serviceName
:
icdeliver-service
...
...
yamls/tx/biz/deliver/paas-deployment.yaml
View file @
4f53831f
...
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
containers
:
-
name
:
paas
image
:
csighub.tencentyun.com/brg_icp/tencent2020:paas
v
1200.0.12
image
:
csighub.tencentyun.com/brg_icp/tencent2020:paas1200.0.12
imagePullPolicy
:
IfNotPresent
ports
:
-
containerPort
:
80
...
...
yamls/zhichan/ent-profile-deployment.yaml
View file @
4f53831f
...
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
containers
:
-
name
:
entprofile
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.6
0
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:179.1.6
1
imagePullPolicy
:
IfNotPresent
ports
:
-
containerPort
:
80
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment