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
a7c48f13
Commit
a7c48f13
authored
Jul 02, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
62e5042a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
62 additions
and
4 deletions
+62
-4
yamls/tx/biz/all-ingress.yaml
+59
-1
yamls/tx/biz/deliver/ic-deployment.yaml
+1
-1
yamls/tx/biz/deliver/icp-deployment.yaml
+1
-1
yamls/tx/biz/deliver/paas-deployment.yaml
+1
-1
No files found.
yamls/tx/biz/all-ingress.yaml
View file @
a7c48f13
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
kind
:
Ingress
kind
:
Ingress
metadata
:
metadata
:
name
:
paas-ingress
name
:
paas-
noauth-
ingress
namespace
:
tencent-qifu
namespace
:
tencent-qifu
spec
:
spec
:
rules
:
rules
:
...
@@ -12,6 +12,64 @@ spec:
...
@@ -12,6 +12,64 @@ spec:
backend
:
backend
:
serviceName
:
paas-service
serviceName
:
paas-service
servicePort
:
80
servicePort
:
80
-
path
:
/web/auth/userCtl/pmgetUserByCode
backend
:
serviceName
:
paas-service
servicePort
:
80
-
path
:
/web/auth/userCtl/pmlogin
backend
:
serviceName
:
paas-service
servicePort
:
80
-
path
:
/web/auth/userCtl/pmregister
backend
:
serviceName
:
paas-service
servicePort
:
80
-
path
:
/web/auth/userCtl/pmSendVCode
backend
:
serviceName
:
paas-service
servicePort
:
80
-
path
:
/web/auth/userCtl/pmloginByVCode
backend
:
serviceName
:
paas-service
servicePort
:
80
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
paas-auth-ingress
namespace
:
tencent-qifu
spec
:
rules
:
-
host
:
delivery.brg.tencentyun.com
http
:
paths
:
-
path
:
/api
backend
:
serviceName
:
paas-service
servicePort
:
80
-
path
:
/web
backend
:
serviceName
:
paas-service
servicePort
:
80
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
paas-txchannel-ingress
namespace
:
tencent-qifu
spec
:
rules
:
-
host
:
txchannel.brg.tencentyun.com
http
:
paths
:
-
path
:
/
backend
:
serviceName
:
paas-service
servicePort
:
80
---
---
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
...
...
yamls/tx/biz/deliver/ic-deployment.yaml
View file @
a7c48f13
...
@@ -20,7 +20,7 @@ spec:
...
@@ -20,7 +20,7 @@ spec:
-
name
:
ic-deliver
-
name
:
ic-deliver
#image: pull registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1210.0.1
#image: pull registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1210.0.1
#image: pull registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1210.0.2
#image: pull registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1210.0.2
image
:
csighub.tencentyun.com/brg_icp/tencent2020:ic1210
.0.2
image
:
csighub.tencentyun.com/brg_icp/tencent2020:ic1210
03
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/tx/biz/deliver/icp-deployment.yaml
View file @
a7c48f13
...
@@ -20,7 +20,7 @@ spec:
...
@@ -20,7 +20,7 @@ spec:
-
name
:
icp-deliver
-
name
:
icp-deliver
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.1
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.1
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.2
#image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.2
image
:
csighub.tencentyun.com/brg_icp/tencent2020:icp1220
.0.2
image
:
csighub.tencentyun.com/brg_icp/tencent2020:icp1220
03
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/tx/biz/deliver/paas-deployment.yaml
View file @
a7c48f13
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
paas
-
name
:
paas
image
:
csighub.tencentyun.com/brg_icp/tencent2020:paasv
2
image
:
csighub.tencentyun.com/brg_icp/tencent2020:paasv
120004
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
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