Commit a54579da by 蒋勇

d

parent f6084ae8
...@@ -45,5 +45,25 @@ spec: ...@@ -45,5 +45,25 @@ spec:
value: rpt.parseRptTask value: rpt.parseRptTask
- name: TASK_PARAM - name: TASK_PARAM
value: hello value: hello
- name: TASK_REDIS_DB
valueFrom:
configMapKeyRef:
name: task-config
key: FK_REDIS_DB
- name: REDIS_HOST
valueFrom:
configMapKeyRef:
name: task-config
key: FK_REDIS_HOST
- name: REDIS_PORT
valueFrom:
configMapKeyRef:
name: task-config
key: FK_REDIS_PORT
- name: REDIS_PWD
valueFrom:
configMapKeyRef:
name: task-config
key: FK_REDIS_PWD
restartPolicy: Never restartPolicy: Never
...@@ -16,6 +16,8 @@ data: ...@@ -16,6 +16,8 @@ data:
TASK_REDIS_DB: "15" TASK_REDIS_DB: "15"
NODE_PORT: "80" NODE_PORT: "80"
TASK_PORT: "3000" TASK_PORT: "3000"
FK_REDIS_DB: "2"
FK_REDIS_HOST: 43.247.184.32 FK_REDIS_HOST: 43.247.184.32
FK_REDIS_PORT: "8967" FK_REDIS_PORT: "8967"
FK_REDIS_PWD: Gongsibao2018 FK_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