[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:
parent
ac95973b38
commit
581aed5fcc
2 changed files with 14 additions and 12 deletions
|
|
@ -843,6 +843,7 @@ module "task_webhook_ingress" {
|
||||||
tls_secret_name = var.tls_secret_name
|
tls_secret_name = var.tls_secret_name
|
||||||
host = "task-webhook"
|
host = "task-webhook"
|
||||||
port = 80
|
port = 80
|
||||||
|
external_monitor = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# --- CronJob: Scheduled cluster health check ---
|
# --- CronJob: Scheduled cluster health check ---
|
||||||
|
|
|
||||||
|
|
@ -301,6 +301,7 @@ module "torrserver_ingress" {
|
||||||
tls_secret_name = var.tls_secret_name
|
tls_secret_name = var.tls_secret_name
|
||||||
port = "8090"
|
port = "8090"
|
||||||
protected = true
|
protected = true
|
||||||
|
external_monitor = false
|
||||||
extra_annotations = {
|
extra_annotations = {
|
||||||
"gethomepage.dev/enabled" = "true"
|
"gethomepage.dev/enabled" = "true"
|
||||||
"gethomepage.dev/name" = "TorrServer"
|
"gethomepage.dev/name" = "TorrServer"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue