chore(nomad): docker drive with more pull_activity_timeout for twitch miner deployment

This commit is contained in:
Luigi Oliveira 2024-05-03 03:03:35 -03:00
parent 73f134a3de
commit acc1cca66a

View file

@ -21,6 +21,7 @@ plugin "docker" {
# extra Docker labels to be set by Nomad on each Docker container with the appropriate value # extra Docker labels to be set by Nomad on each Docker container with the appropriate value
extra_labels = ["job_name", "task_group_name", "task_name", "namespace", "node_name"] extra_labels = ["job_name", "task_group_name", "task_name", "namespace", "node_name"]
allow_privileged = true allow_privileged = true
pull_activity_timeout = "5m"
volumes { volumes {
enabled = true enabled = true
selinuxlabel = "z" selinuxlabel = "z"