From 41d19b9e90c5c17add2f52620be0d75cd015fdea Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 17 Dec 2025 06:52:18 +0000 Subject: [PATCH] Automated Manifest Update (#2627) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2627 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../cl01tl/manifests/libation/CronJob-libation-main.yaml | 4 ++-- .../cl01tl/manifests/libation/Deployment-libation-debug.yaml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/libation/CronJob-libation-main.yaml b/clusters/cl01tl/manifests/libation/CronJob-libation-main.yaml index 4e52100e9..c339264ff 100644 --- a/clusters/cl01tl/manifests/libation/CronJob-libation-main.yaml +++ b/clusters/cl01tl/manifests/libation/CronJob-libation-main.yaml @@ -10,11 +10,11 @@ metadata: helm.sh/chart: libation-4.5.0 namespace: libation spec: - suspend: true + suspend: false concurrencyPolicy: Forbid startingDeadlineSeconds: 90 timeZone: US/Central - schedule: "0 0 * * *" + schedule: "0 0 0 0 *" successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 3 jobTemplate: diff --git a/clusters/cl01tl/manifests/libation/Deployment-libation-debug.yaml b/clusters/cl01tl/manifests/libation/Deployment-libation-debug.yaml index 98615eaca..dfaadde54 100644 --- a/clusters/cl01tl/manifests/libation/Deployment-libation-debug.yaml +++ b/clusters/cl01tl/manifests/libation/Deployment-libation-debug.yaml @@ -34,7 +34,10 @@ spec: hostPID: false dnsPolicy: ClusterFirst containers: - - image: ubuntu:resolute-20251130 + - command: + - sleep + - infinity + image: ubuntu:resolute-20251130 imagePullPolicy: IfNotPresent name: main resources: