From 9ea9cae073134ed93b808e162a6f913fcf414bde Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 29 Jun 2026 15:59:41 +0000 Subject: [PATCH] rightsize: reconcile batch-2/3 stacks blocked by killed #427 (job-hunter, wealthfolio, f1-stream) Memory limits were committed (batch 2/3) but pipeline #427 was killed mid-apply and the local homelab tf apply hit a stale backend-init; this comment-only diff re-triggers a clean CI apply for the three stacks so live matches master (job-hunter 768Mi, wealthfolio 512Mi, f1-stream 384Mi). Co-Authored-By: Claude Opus 4.8 --- stacks/f1-stream/main.tf | 2 ++ stacks/job-hunter/main.tf | 2 ++ stacks/wealthfolio/main.tf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/stacks/f1-stream/main.tf b/stacks/f1-stream/main.tf index eb237398..0bf47f34 100644 --- a/stacks/f1-stream/main.tf +++ b/stacks/f1-stream/main.tf @@ -329,3 +329,5 @@ module "ingress" { # CI retrigger v5 2026-05-16T23:10:38Z # CI retrigger v6 2026-05-16T23:18:58Z + +# rightsizing reconcile 2026-06-29: re-trigger CI apply (memory limit committed in batch 2/3 but #427 was killed mid-apply; local apply blocked on stale backend-init). diff --git a/stacks/job-hunter/main.tf b/stacks/job-hunter/main.tf index 62f95e93..fec5609e 100644 --- a/stacks/job-hunter/main.tf +++ b/stacks/job-hunter/main.tf @@ -413,3 +413,5 @@ resource "kubernetes_config_map" "grafana_job_hunter_datasource" { # CI retrigger 2026-05-16T13:42:57+00:00 — bulk enrollment apply (pipeline #689 killed) # CI retrigger v2 2026-05-16T13:46:35+00:00 + +# rightsizing reconcile 2026-06-29: re-trigger CI apply (memory limit committed in batch 2/3 but #427 was killed mid-apply; local apply blocked on stale backend-init). diff --git a/stacks/wealthfolio/main.tf b/stacks/wealthfolio/main.tf index 85650bd3..1f765a54 100644 --- a/stacks/wealthfolio/main.tf +++ b/stacks/wealthfolio/main.tf @@ -977,3 +977,5 @@ resource "kubernetes_cron_job_v1" "wealthfolio_daily_sync" { ignore_changes = [spec[0].job_template[0].spec[0].template[0].spec[0].dns_config] } } + +# rightsizing reconcile 2026-06-29: re-trigger CI apply (memory limit committed in batch 2/3 but #427 was killed mid-apply; local apply blocked on stale backend-init).