12 lines
223 B
YAML
12 lines
223 B
YAML
name: test-script
|
|
active: true
|
|
schedule: "* * * * *"
|
|
action: ensure
|
|
runOnStartup: true
|
|
imageName: python-sched:0.1
|
|
command: ["python", "/app/test_script.py"]
|
|
maxCpuCores: 0.5
|
|
maxMemoryMb: 128
|
|
autoremove: false
|
|
logOption: 1
|