From df3f12d09e951360515ee0da78c86c602d8a403e Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 18 Aug 2026 18:28:58 -0400 Subject: [PATCH] chore: retire legacy Uptime Kuma aliases --- k8s/flux/apps/uptime-kuma.yaml | 1 + terraform/aly_social.tf | 11 ----------- terraform/cute_haus.tf | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/k8s/flux/apps/uptime-kuma.yaml b/k8s/flux/apps/uptime-kuma.yaml index b0ad92da..44fcc37f 100644 --- a/k8s/flux/apps/uptime-kuma.yaml +++ b/k8s/flux/apps/uptime-kuma.yaml @@ -4,6 +4,7 @@ metadata: name: uptime-kuma namespace: flux-system spec: + suspend: true interval: 15m releaseName: uptime-kuma targetNamespace: default diff --git a/terraform/aly_social.tf b/terraform/aly_social.tf index 196cb076..c5fa7dcd 100644 --- a/terraform/aly_social.tf +++ b/terraform/aly_social.tf @@ -20,17 +20,6 @@ resource "cloudflare_dns_record" "aly_social_apex_a" { settings = {} } -resource "cloudflare_dns_record" "aly_social_status_a" { - zone_id = local.zones.aly_social - name = "status.aly.social" - type = "A" - content = local.hosts.pastoria - proxied = true - ttl = 1 - tags = [] - settings = {} -} - resource "cloudflare_dns_record" "aly_social_send_mx" { zone_id = local.zones.aly_social name = "send.aly.social" diff --git a/terraform/cute_haus.tf b/terraform/cute_haus.tf index 061d0141..880a0911 100644 --- a/terraform/cute_haus.tf +++ b/terraform/cute_haus.tf @@ -11,7 +11,6 @@ locals { "photoprism.cute.haus" = false "seerr.cute.haus" = true "slingshot.cute.haus" = true - "status.cute.haus" = true } cute_haus_johto_ingress = toset([ @@ -19,6 +18,7 @@ locals { "immich.cute.haus", "nextcloud.cute.haus", "paperless.cute.haus", + "kuma.cute.haus", ]) } -- 2.51.2