Commit 3f34de17 by 王栋源

wdy

parent 5ad4703d
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
name: tmtransfer name: tmtransfer
namespace: job-tasks namespace: job-tasks
spec: spec:
schedule: "* */2 * * *" schedule: "*/20 * * * *"
jobTemplate: jobTemplate:
spec: spec:
template: template:
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: tmtransfer - name: tmtransfer
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:181.0.6 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:181.10.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
- name: LANG - name: LANG
value: zh_CN.UTF-8 value: zh_CN.UTF-8
- name: TASK_NAME - name: TASK_NAME
value: tmtransfer.tmtransferTask value: tmtransfer.tmtransactionTask
- name: TASK_PARAM - name: TASK_PARAM
value: hello value: hello
- name: APP_ENV - name: APP_ENV
......
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