Commit 0864a11f by 王昆

gsb

parent fb4895d3
......@@ -32,26 +32,26 @@ spec:
configMapKeyRef:
name: zhichan-config
key: APP_ENV
- name: DB_HOST
- name: BPOSTAT_DB_HOST
valueFrom:
configMapKeyRef:
name: zhichan-config
key: DB_HOST
- name: DB_PORT
key: BPOSTAT_DB_HOST
- name: BPOSTAT_DB_PORT
valueFrom:
configMapKeyRef:
name: zhichan-config
key: DB_PORT
- name: DB_PWD
key: BPOSTAT_DB_PORT
- name: BPOSTAT_DB_PWD
valueFrom:
configMapKeyRef:
name: zhichan-config
key: DB_PWD
- name: DB_USER
key: BPOSTAT_DB_PWD
- name: BPOSTAT_DB_USER
valueFrom:
configMapKeyRef:
name: zhichan-config
key: DB_USER
key: BPOSTAT_DB_USER
- name: BPOSTAT_DB_NAME
valueFrom:
configMapKeyRef:
......
......@@ -9,6 +9,11 @@ data:
DB_PORT: "3306"
DB_USER: root
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_PORT: "6379"
REDIS_PWD: Gongsibao2018
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment