2023-06-30 07:58:59 +00:00
|
|
|
dotnet run \
|
|
|
|
--kube-config=/opt/kubeconfig.yaml \
|
|
|
|
--codex-deployment=codex-deployment.json \
|
2023-07-19 06:46:10 +00:00
|
|
|
--keep=1 \
|
2023-08-30 07:23:13 +00:00
|
|
|
--stop=10 \
|
2023-09-27 09:33:54 +00:00
|
|
|
--target-duration=172800 # 48 hours
|