Commit a8125f6b by 王悦

fix

parent 7cef7a7d
......@@ -27,4 +27,29 @@ spec:
valueFrom:
configMapKeyRef:
name: task-config
key: APP_ENV
\ No newline at end of file
key: APP_ENV
- name: TASK_PORT
valueFrom:
configMapKeyRef:
name: task-config
key: TASK_PORT
- 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
......@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: tmreport
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:188.12.1
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:188.12.2
imagePullPolicy: IfNotPresent
env:
- name: TZ
......
......@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: tmtransferneed
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:188.10.2
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:188.10.1
imagePullPolicy: IfNotPresent
env:
- name: TZ
......
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