From 8370098b2f6984dd1fea8fab49584d9aa42303c3 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 9 Feb 2025 02:02:28 +0100 Subject: [PATCH] Removed suspend again as it does not work how I had hoped --- clusters/titan.lan.huizinga.dev/apps.yaml | 3 ++- clusters/titan.lan.huizinga.dev/infrastructure.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/titan.lan.huizinga.dev/apps.yaml b/clusters/titan.lan.huizinga.dev/apps.yaml index 6a13020..420fc53 100644 --- a/clusters/titan.lan.huizinga.dev/apps.yaml +++ b/clusters/titan.lan.huizinga.dev/apps.yaml @@ -24,4 +24,5 @@ spec: path: ./apps prune: true wait: true - suspend: true + # Uncomment this in case of disaster recovery + # suspend: true diff --git a/clusters/titan.lan.huizinga.dev/infrastructure.yaml b/clusters/titan.lan.huizinga.dev/infrastructure.yaml index ad6897c..561c9e1 100644 --- a/clusters/titan.lan.huizinga.dev/infrastructure.yaml +++ b/clusters/titan.lan.huizinga.dev/infrastructure.yaml @@ -48,4 +48,5 @@ spec: path: ./infrastructure/configs prune: true wait: true - suspend: true + # Uncomment this in case of disaster recovery + # suspend: true