From ddf1082cb51ff7618cd3255c41ab8b6ee64c0fba Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sat, 14 Mar 2026 01:10:34 +0100 Subject: [PATCH] Revert "fix(ci): retain completed pods 10 min for log access (CPU only)" This reverts commit 8e6effb7f67775ee5a567e289e400c98b49dee0e. --- infra/k8s/argo/ci-pipeline-template.yaml | 1 - infra/k8s/argo/compile-and-deploy-template.yaml | 1 - infra/k8s/argo/events/ci-pipeline-sensor.yaml | 1 - infra/k8s/argo/events/workflow-trigger-sensor.yaml | 2 -- 4 files changed, 5 deletions(-) diff --git a/infra/k8s/argo/ci-pipeline-template.yaml b/infra/k8s/argo/ci-pipeline-template.yaml index 80a4797c2..0cd274878 100644 --- a/infra/k8s/argo/ci-pipeline-template.yaml +++ b/infra/k8s/argo/ci-pipeline-template.yaml @@ -17,7 +17,6 @@ spec: app.kubernetes.io/part-of: foxhunt podGC: strategy: OnPodCompletion - deleteDelayDuration: 600s ttlStrategy: secondsAfterCompletion: 3600 volumes: diff --git a/infra/k8s/argo/compile-and-deploy-template.yaml b/infra/k8s/argo/compile-and-deploy-template.yaml index 746440191..3dfd4682d 100644 --- a/infra/k8s/argo/compile-and-deploy-template.yaml +++ b/infra/k8s/argo/compile-and-deploy-template.yaml @@ -24,7 +24,6 @@ spec: app.kubernetes.io/component: compile-and-deploy podGC: strategy: OnPodCompletion - deleteDelayDuration: 600s ttlStrategy: secondsAfterCompletion: 3600 activeDeadlineSeconds: 3600 # 1 hour (compile + deploy) diff --git a/infra/k8s/argo/events/ci-pipeline-sensor.yaml b/infra/k8s/argo/events/ci-pipeline-sensor.yaml index 8cfb2adf2..c01bcf8ea 100644 --- a/infra/k8s/argo/events/ci-pipeline-sensor.yaml +++ b/infra/k8s/argo/events/ci-pipeline-sensor.yaml @@ -46,7 +46,6 @@ spec: serviceAccountName: argo-workflow podGC: strategy: OnPodCompletion - deleteDelayDuration: 600s ttlStrategy: secondsAfterCompletion: 3600 workflowTemplateRef: diff --git a/infra/k8s/argo/events/workflow-trigger-sensor.yaml b/infra/k8s/argo/events/workflow-trigger-sensor.yaml index 350fb554c..a4405d817 100644 --- a/infra/k8s/argo/events/workflow-trigger-sensor.yaml +++ b/infra/k8s/argo/events/workflow-trigger-sensor.yaml @@ -63,7 +63,6 @@ spec: serviceAccountName: argo-workflow podGC: strategy: OnPodCompletion - deleteDelayDuration: 600s ttlStrategy: secondsAfterCompletion: 3600 workflowTemplateRef: @@ -194,7 +193,6 @@ spec: serviceAccountName: argo-workflow podGC: strategy: OnPodCompletion - deleteDelayDuration: 600s ttlStrategy: secondsAfterCompletion: 3600 workflowTemplateRef: