From 24c1451d5443701a506f8b01bef5c55251b0ccac Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 9 Feb 2025 00:19:14 +0100 Subject: [PATCH] Suspend anything but the controllers by default --- clusters/titan.lan.huizinga.dev/apps.yaml | 1 + clusters/titan.lan.huizinga.dev/infrastructure.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/clusters/titan.lan.huizinga.dev/apps.yaml b/clusters/titan.lan.huizinga.dev/apps.yaml index 22fbb01..6a13020 100644 --- a/clusters/titan.lan.huizinga.dev/apps.yaml +++ b/clusters/titan.lan.huizinga.dev/apps.yaml @@ -24,3 +24,4 @@ spec: path: ./apps prune: true wait: true + suspend: true diff --git a/clusters/titan.lan.huizinga.dev/infrastructure.yaml b/clusters/titan.lan.huizinga.dev/infrastructure.yaml index 07fd4aa..ad6897c 100644 --- a/clusters/titan.lan.huizinga.dev/infrastructure.yaml +++ b/clusters/titan.lan.huizinga.dev/infrastructure.yaml @@ -48,3 +48,4 @@ spec: path: ./infrastructure/configs prune: true wait: true + suspend: true