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
3932e550
Commit
3932e550
authored
Jun 28, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
9a5f5994
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
51 additions
and
11 deletions
+51
-11
yamls/tx/base/7zhichanconfigmap.yaml
+8
-1
yamls/tx/biz/all-ingress.yaml
+37
-4
yamls/tx/biz/deliver/ic-deployment.yaml
+2
-2
yamls/tx/biz/deliver/icp-deployment.yaml
+2
-2
yamls/tx/biz/deliver/paas-deployment.yaml
+2
-2
No files found.
yamls/tx/b
iz/
zhichanconfigmap.yaml
→
yamls/tx/b
ase/7
zhichanconfigmap.yaml
View file @
3932e550
apiVersion
:
v1
apiVersion
:
v1
kind
:
Namespace
metadata
:
name
:
tencent-qifu
---
apiVersion
:
v1
kind
:
ConfigMap
kind
:
ConfigMap
metadata
:
metadata
:
name
:
zhichan-config
name
:
zhichan-config
namespace
:
tencent-
zhichan
namespace
:
tencent-
qifu
data
:
data
:
APP_ENV
:
prod
APP_ENV
:
prod
NODE_PORT
:
"
80"
NODE_PORT
:
"
80"
...
...
yamls/tx/biz/all-ingress.yaml
View file @
3932e550
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
kind
:
Ingress
kind
:
Ingress
metadata
:
metadata
:
name
:
igirl
-ingress
name
:
paas
-ingress
namespace
:
chaolai
namespace
:
tencent-qifu
spec
:
spec
:
rules
:
rules
:
-
host
:
igirl.gongsibao
.com
-
host
:
delivery.brg.tencentyun
.com
http
:
http
:
paths
:
paths
:
-
path
:
/
-
path
:
/
backend
:
backend
:
serviceName
:
igirl-service
serviceName
:
paas-service
servicePort
:
80
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
icdeliver-ingress
namespace
:
tencent-qifu
spec
:
rules
:
-
host
:
ic.brg.tencentyun.com
http
:
paths
:
-
path
:
/
backend
:
serviceName
:
icdeliver-service
servicePort
:
80
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
icpdeliver-ingress
namespace
:
tencent-qifu
spec
:
rules
:
-
host
:
icp.brg.tencentyun.com
http
:
paths
:
-
path
:
/
backend
:
serviceName
:
icpdeliver-service
servicePort
:
80
servicePort
:
80
...
...
yamls/tx/biz/deliver/ic-deployment.yaml
View file @
3932e550
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
ic-deliver
name
:
ic-deliver
namespace
:
chaolai
namespace
:
tencent-qifu
labels
:
labels
:
app
:
ic-deliver
app
:
ic-deliver
spec
:
spec
:
...
@@ -91,7 +91,7 @@ metadata:
...
@@ -91,7 +91,7 @@ metadata:
labels
:
labels
:
app
:
icdeliver-service
app
:
icdeliver-service
name
:
icdeliver-service
name
:
icdeliver-service
namespace
:
chaolai
namespace
:
tencent-qifu
spec
:
spec
:
type
:
ClusterIP
type
:
ClusterIP
ports
:
ports
:
...
...
yamls/tx/biz/deliver/icp-deployment.yaml
View file @
3932e550
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
icp-deliver
name
:
icp-deliver
namespace
:
chaolai
namespace
:
tencent-qifu
labels
:
labels
:
app
:
icp-deliver
app
:
icp-deliver
spec
:
spec
:
...
@@ -91,7 +91,7 @@ metadata:
...
@@ -91,7 +91,7 @@ metadata:
labels
:
labels
:
app
:
icpdeliver-service
app
:
icpdeliver-service
name
:
icpdeliver-service
name
:
icpdeliver-service
namespace
:
chaolai
namespace
:
tencent-qifu
spec
:
spec
:
type
:
ClusterIP
type
:
ClusterIP
ports
:
ports
:
...
...
yamls/tx/biz/deliver/paas-deployment.yaml
View file @
3932e550
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
paas
name
:
paas
namespace
:
chaolai
namespace
:
tencent-qifu
labels
:
labels
:
app
:
paas
app
:
paas
spec
:
spec
:
...
@@ -91,7 +91,7 @@ metadata:
...
@@ -91,7 +91,7 @@ metadata:
labels
:
labels
:
app
:
paas-service
app
:
paas-service
name
:
paas-service
name
:
paas-service
namespace
:
chaolai
namespace
:
tencent-qifu
spec
:
spec
:
type
:
ClusterIP
type
:
ClusterIP
ports
:
ports
:
...
...
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