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
f834c2da
Commit
f834c2da
authored
May 24, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gongsibao.com:jiangyong/k8syml
parents
37b69620
ccaf6b64
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
127 additions
and
6 deletions
+127
-6
yamls/zhichan/all-ingress.yaml
+17
-0
yamls/zhichan/bd-analysis-deployment.yaml
+102
-0
yamls/zhichan/xggdeliver-deployment.yaml
+1
-1
yamls/zhichan/xggsaas-merchant-deployment.yaml
+1
-1
yamls/zhichan/xggsaas-platform-deployment.yaml
+1
-1
yamls/zhichan/xggsve-order-deployment.yaml
+1
-1
yamls/zhichan/zhichanconfigmap.yaml
+4
-2
No files found.
yamls/zhichan/all-ingress.yaml
View file @
f834c2da
...
@@ -274,6 +274,23 @@ spec:
...
@@ -274,6 +274,23 @@ spec:
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
kind
:
Ingress
kind
:
Ingress
metadata
:
metadata
:
name
:
bdanalysis-ingress
namespace
:
chaolai
spec
:
rules
:
-
host
:
zc-report.gongsibao.com
http
:
paths
:
-
path
:
/
backend
:
serviceName
:
bdanalysis-service
servicePort
:
80
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
scratchweb-ingress
name
:
scratchweb-ingress
namespace
:
chaolai
namespace
:
chaolai
spec
:
spec
:
...
...
yamls/zhichan/bd-analysis-deployment.yaml
0 → 100644
View file @
f834c2da
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
bdanalysis
namespace
:
chaolai
labels
:
app
:
bdanalysis
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
bdanalysis
template
:
metadata
:
labels
:
app
:
bdanalysis
spec
:
restartPolicy
:
Always
containers
:
-
name
:
bdanalysis
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:50.0.6
imagePullPolicy
:
IfNotPresent
ports
:
-
containerPort
:
80
env
:
-
name
:
TZ
value
:
Asia/Shanghai
-
name
:
LANG
value
:
zh_CN.UTF-8
-
name
:
APP_ENV
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
APP_ENV
-
name
:
BPOSTAT_DB_HOST
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
BPOSTAT_DB_HOST
-
name
:
BPOSTAT_DB_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
BPOSTAT_DB_PORT
-
name
:
BPOSTAT_DB_PWD
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
BPOSTAT_DB_PWD
-
name
:
BPOSTAT_DB_USER
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
BPOSTAT_DB_USER
-
name
:
BDANALYSIS_DB_NAME
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
BDANALYSIS_DB_NAME
-
name
:
BDANALYSIS_REDIS_DB
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
BDANALYSIS_REDIS_DB
-
name
:
REDIS_HOST
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
REDIS_HOST
-
name
:
REDIS_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
REDIS_PORT
-
name
:
REDIS_PWD
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
REDIS_PWD
-
name
:
NODE_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
NODE_PORT
---
kind
:
Service
apiVersion
:
v1
metadata
:
labels
:
app
:
bdanalysis-service
name
:
bdanalysis-service
namespace
:
chaolai
spec
:
type
:
NodePort
ports
:
-
port
:
80
targetPort
:
80
nodePort
:
22100
selector
:
app
:
bdanalysis
yamls/zhichan/xggdeliver-deployment.yaml
View file @
f834c2da
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
xggdeliver
-
name
:
xggdeliver
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:19.0.2
2
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:19.0.2
3
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/xggsaas-merchant-deployment.yaml
View file @
f834c2da
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
xggsaasmerchant
-
name
:
xggsaasmerchant
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:25.0.
9
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:25.0.
10
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/xggsaas-platform-deployment.yaml
View file @
f834c2da
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
xggsaasplatform
-
name
:
xggsaasplatform
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:24.0.1
3
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:24.0.1
4
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/xggsve-order-deployment.yaml
View file @
f834c2da
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
xggsveorder
-
name
:
xggsveorder
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:13.0.33
2
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:13.0.33
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
yamls/zhichan/zhichanconfigmap.yaml
View file @
f834c2da
...
@@ -105,4 +105,6 @@ data:
...
@@ -105,4 +105,6 @@ data:
ALIXGGSVEINVOICE_DB_NAME
:
ali-xgg-invoice
ALIXGGSVEINVOICE_DB_NAME
:
ali-xgg-invoice
ALIXGGSVEINVOICE_REDIS_DB
:
"
3"
ALIXGGSVEINVOICE_REDIS_DB
:
"
3"
ALIXGGSVEUC_DB_NAME
:
ali-xgg-uc
ALIXGGSVEUC_DB_NAME
:
ali-xgg-uc
ALIXGGSVEUC_REDIS_DB
:
"
3"
ALIXGGSVEUC_REDIS_DB
:
"
3"
\ No newline at end of file
BDANALYSIS_DB_NAME
:
bd-analysis
BDANALYSIS_REDIS_DB
:
"
3"
\ No newline at end of file
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