This commit is contained in:
root
2023-06-21 22:42:00 +09:00
parent a209a9b25c
commit cb468e04ca
13 changed files with 262 additions and 56 deletions

View File

@@ -54,18 +54,21 @@ node_agent_image_tag: "latest"
trace_agent_image_tag: "latest"
log_agent_image_tag: "latest"
postgres_agent_image_tag: "latest"
plan_postgres_agent_image_tag: "latest"
container_agent_restart_policy: "always"
node_agent_restart_policy: "always"
trace_agent_restart_policy: "always"
log_agent_restart_policy: "always"
postgres_agent_restart_policy: "always"
plan_postgres_agent_restart_policy: "always"
container_agent_log_level: "INFO"
node_agent_log_level: "INFO"
trace_agent_log_level: "INFO"
log_agent_log_level: "INFO"
postgres_agent_log_level: "INFO"
plan_postgres_agent_log_level: "INFO"
uninstall: False
datasaker_clean: False