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
c147e90f
Commit
c147e90f
authored
Jul 30, 2020
by
v_vjyjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gongsibao.com:jiangyong/k8syml
parents
38218c78
cb00a583
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
75 additions
and
4 deletions
+75
-4
yamls/tx/biz/ic-name-deployment.yaml
+57
-3
yamls/zhichan/all-ingress.yaml
+17
-0
yamls/zhichan/bpo-web-deployment.yaml
+1
-1
No files found.
yamls/tx/biz/ic-name-deployment.yaml
View file @
c147e90f
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
ic-name
-
name
:
ic-name
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:700.0.3
image
:
csighub.tencentyun.com/brg_icp/brg-ic-name-check:386356ff
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -27,7 +27,61 @@ spec:
...
@@ -27,7 +27,61 @@ spec:
value
:
Asia/Shanghai
value
:
Asia/Shanghai
-
name
:
LANG
-
name
:
LANG
value
:
zh_CN.UTF-8
value
:
zh_CN.UTF-8
-
name
:
APP_ENV
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
APP_ENV
-
name
:
DB_HOST
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_HOST
-
name
:
DB_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_PORT
-
name
:
DB_PWD
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_PWD
-
name
:
DB_USER
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_USER
-
name
:
ES_HOST
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
ES_HOST
-
name
:
ES_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
ES_PORT
-
name
:
ES_PWD
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
ES_PWD
-
name
:
ES_USER
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
ES_USER
-
name
:
QCC_APPKEY
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
QCC_APPKEY
-
name
:
QCC_SECRETKEY
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
QCC_SECRETKEY
---
---
kind
:
Service
kind
:
Service
...
@@ -44,4 +98,3 @@ spec:
...
@@ -44,4 +98,3 @@ spec:
targetPort
:
80
targetPort
:
80
selector
:
selector
:
app
:
ic-name
app
:
ic-name
\ No newline at end of file
yamls/zhichan/all-ingress.yaml
View file @
c147e90f
...
@@ -45,6 +45,23 @@ spec:
...
@@ -45,6 +45,23 @@ spec:
serviceName
:
bpoweb-service
serviceName
:
bpoweb-service
servicePort
:
80
servicePort
:
80
---
---
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
bpowx-ingress
namespace
:
chaolai
spec
:
rules
:
-
host
:
bpowx.gongsibao.com
http
:
paths
:
-
path
:
/
backend
:
serviceName
:
bpoweb-service
servicePort
:
80
---
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
kind
:
Ingress
kind
:
Ingress
metadata
:
metadata
:
...
...
yamls/zhichan/bpo-web-deployment.yaml
View file @
c147e90f
...
@@ -18,7 +18,7 @@ spec:
...
@@ -18,7 +18,7 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
containers
:
containers
:
-
name
:
bpoweb
-
name
:
bpoweb
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:8.1.
39
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:8.1.
42
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