Commit 83655efc by v_vjyjiang

d

parent df52a1cb
...@@ -25,5 +25,25 @@ spec: ...@@ -25,5 +25,25 @@ spec:
value: hello,world value: hello,world
- name: APP_ENV - name: APP_ENV
value: prod value: prod
- name: TASK_REDIS_DB
valueFrom:
configMapKeyRef:
name: zhichan-config
key: PAAS_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
--- ---
...@@ -25,5 +25,25 @@ spec: ...@@ -25,5 +25,25 @@ spec:
value: hello,world value: hello,world
- name: APP_ENV - name: APP_ENV
value: prod value: prod
- name: TASK_REDIS_DB
valueFrom:
configMapKeyRef:
name: zhichan-config
key: PAAS_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
--- ---
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