Add vector service.

This commit is contained in:
2023-07-21 07:16:19 +01:00
parent 496e3c9e44
commit f13b350f73
2 changed files with 95 additions and 0 deletions

View File

@@ -43,6 +43,13 @@ in
# TODO: trim this down
allow_caps = ["all"];
volumes.enabled = true;
extra_labels = [
"job_name"
"task_group_name"
"task_name"
"namespace"
"node_name"
];
};
};