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
0864a11f
Commit
0864a11f
authored
Dec 14, 2019
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
fb4895d3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
yamls/zhichan/bpo-stat-deployment.yaml
+8
-8
yamls/zhichan/zhichanconfigmap.yaml
+5
-0
No files found.
yamls/zhichan/bpo-stat-deployment.yaml
View file @
0864a11f
...
@@ -32,26 +32,26 @@ spec:
...
@@ -32,26 +32,26 @@ spec:
configMapKeyRef
:
configMapKeyRef
:
name
:
zhichan-config
name
:
zhichan-config
key
:
APP_ENV
key
:
APP_ENV
-
name
:
DB_HOST
-
name
:
BPOSTAT_
DB_HOST
valueFrom
:
valueFrom
:
configMapKeyRef
:
configMapKeyRef
:
name
:
zhichan-config
name
:
zhichan-config
key
:
DB_HOST
key
:
BPOSTAT_
DB_HOST
-
name
:
DB_PORT
-
name
:
BPOSTAT_
DB_PORT
valueFrom
:
valueFrom
:
configMapKeyRef
:
configMapKeyRef
:
name
:
zhichan-config
name
:
zhichan-config
key
:
DB_PORT
key
:
BPOSTAT_
DB_PORT
-
name
:
DB_PWD
-
name
:
BPOSTAT_
DB_PWD
valueFrom
:
valueFrom
:
configMapKeyRef
:
configMapKeyRef
:
name
:
zhichan-config
name
:
zhichan-config
key
:
DB_PWD
key
:
BPOSTAT_
DB_PWD
-
name
:
DB_USER
-
name
:
BPOSTAT_
DB_USER
valueFrom
:
valueFrom
:
configMapKeyRef
:
configMapKeyRef
:
name
:
zhichan-config
name
:
zhichan-config
key
:
DB_USER
key
:
BPOSTAT_
DB_USER
-
name
:
BPOSTAT_DB_NAME
-
name
:
BPOSTAT_DB_NAME
valueFrom
:
valueFrom
:
configMapKeyRef
:
configMapKeyRef
:
...
...
yamls/zhichan/zhichanconfigmap.yaml
View file @
0864a11f
...
@@ -9,6 +9,11 @@ data:
...
@@ -9,6 +9,11 @@ data:
DB_PORT
:
"
3306"
DB_PORT
:
"
3306"
DB_USER
:
root
DB_USER
:
root
DB_PWD
:
Gongsibao2018
DB_PWD
:
Gongsibao2018
BPOSTAT_DB_HOST
:
rm-2ze5muw8tb37i3ig4lo.mysql.rds.aliyuncs.com
BPOSTAT_DB_PORT
:
"
3306"
BPOSTAT_DB_USER
:
root
BPOSTAT_DB_PWD
:
!@
#Qaz741
REDIS_HOST
:
r-2ze60261d9063784.redis.rds.aliyuncs.com
REDIS_HOST
:
r-2ze60261d9063784.redis.rds.aliyuncs.com
REDIS_PORT
:
"
6379"
REDIS_PORT
:
"
6379"
REDIS_PWD
:
Gongsibao2018
REDIS_PWD
:
Gongsibao2018
...
...
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