Commit 6def7992 by 王悦

fix

parent 6d9de061
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
<component name="JavaScriptSettings"> <component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" /> <option name="languageLevel" value="ES6" />
</component> </component>
<component name="WebPackConfiguration">
<option name="mode" value="DISABLED" />
</component>
</project> </project>
\ No newline at end of file
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
name: tmmonitorrisk name: tmmonitorrisk
namespace: job-tasks namespace: job-tasks
spec: spec:
schedule: "*/2 * * * *" schedule: "*/10 * * * *"
jobTemplate: jobTemplate:
spec: spec:
template: template:
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: tmmonitorrisk - name: tmmonitorrisk
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:188.22.1 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:188.22.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: TZ - 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