[openclaw,tor-proxy] Opt task-webhook + torrserver out of external monitoring

Adds `external_monitor = false` to the ingress_factory calls for
task-webhook and torrserver so the `external-monitor-sync` CronJob
stops auto-creating `[External] <name>` monitors for them. Both
services remain deployed and reachable; only the Uptime Kuma monitors
are dropped.
This commit is contained in:
Viktor Barzin 2026-04-19 13:01:36 +00:00
parent ac95973b38
commit 581aed5fcc
2 changed files with 14 additions and 12 deletions

View file

@ -843,6 +843,7 @@ module "task_webhook_ingress" {
tls_secret_name = var.tls_secret_name
host = "task-webhook"
port = 80
external_monitor = false
}
# --- CronJob: Scheduled cluster health check ---

View file

@ -301,6 +301,7 @@ module "torrserver_ingress" {
tls_secret_name = var.tls_secret_name
port = "8090"
protected = true
external_monitor = false
extra_annotations = {
"gethomepage.dev/enabled" = "true"
"gethomepage.dev/name" = "TorrServer"