refac docker startup & helm

This commit is contained in:
Taylor Wilsdon
2025-08-19 16:35:06 -04:00
parent 8702415c96
commit 0cb4e569ea
3 changed files with 30 additions and 13 deletions

View File

@@ -107,9 +107,21 @@ tools:
# Example: ["gmail", "drive", "calendar"]
# Leave empty to enable all tools
# Tool tier selection - alternative to specifying individual tools
# Options: core, extended, complete
# Leave empty to use default or tools.enabled configuration
toolTier: ""
# Single-user mode configuration
singleUserMode: false
# Command configuration
command:
# Set disableArgs to true to remove the args section entirely (uses Dockerfile defaults)
disableArgs: false
# Override the entire command if needed
override: []
# Health check configuration
healthCheck:
enabled: true