From 045d1442689c0d1d9d1e2bc84d4774c8749a2571 Mon Sep 17 00:00:00 2001 From: jenkins Date: Fri, 15 May 2026 16:43:31 -0300 Subject: [PATCH] flux: decouple apps from traefik readiness --- .../atlas/flux-system/applications/comms/kustomization.yaml | 2 -- .../atlas/flux-system/applications/health/kustomization.yaml | 1 - .../atlas/flux-system/applications/jenkins/kustomization.yaml | 1 - .../atlas/flux-system/applications/outline/kustomization.yaml | 1 - .../atlas/flux-system/applications/planka/kustomization.yaml | 1 - .../atlas/flux-system/applications/quality/kustomization.yaml | 1 - .../flux-system/applications/vaultwarden/kustomization.yaml | 1 - .../atlas/flux-system/platform/gitops-ui/kustomization.yaml | 1 - 8 files changed, 9 deletions(-) diff --git a/clusters/atlas/flux-system/applications/comms/kustomization.yaml b/clusters/atlas/flux-system/applications/comms/kustomization.yaml index 8be9249d..d80ce831 100644 --- a/clusters/atlas/flux-system/applications/comms/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/comms/kustomization.yaml @@ -15,5 +15,3 @@ spec: path: ./services/comms targetNamespace: comms timeout: 2m - dependsOn: - - name: traefik diff --git a/clusters/atlas/flux-system/applications/health/kustomization.yaml b/clusters/atlas/flux-system/applications/health/kustomization.yaml index 2de8703d..1d24cb47 100644 --- a/clusters/atlas/flux-system/applications/health/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/health/kustomization.yaml @@ -17,7 +17,6 @@ spec: dependsOn: - name: keycloak - name: postgres - - name: traefik - name: vault healthChecks: - apiVersion: apps/v1 diff --git a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml index eb454c9f..121107a2 100644 --- a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml @@ -16,7 +16,6 @@ spec: targetNamespace: jenkins dependsOn: - name: helm - - name: traefik healthChecks: - apiVersion: apps/v1 kind: Deployment diff --git a/clusters/atlas/flux-system/applications/outline/kustomization.yaml b/clusters/atlas/flux-system/applications/outline/kustomization.yaml index 4ad78bc5..9f385f7d 100644 --- a/clusters/atlas/flux-system/applications/outline/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/outline/kustomization.yaml @@ -17,7 +17,6 @@ spec: dependsOn: - name: keycloak - name: mailu - - name: traefik healthChecks: - apiVersion: apps/v1 kind: Deployment diff --git a/clusters/atlas/flux-system/applications/planka/kustomization.yaml b/clusters/atlas/flux-system/applications/planka/kustomization.yaml index c3850def..bcece265 100644 --- a/clusters/atlas/flux-system/applications/planka/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/planka/kustomization.yaml @@ -17,7 +17,6 @@ spec: dependsOn: - name: keycloak - name: mailu - - name: traefik healthChecks: - apiVersion: apps/v1 kind: Deployment diff --git a/clusters/atlas/flux-system/applications/quality/kustomization.yaml b/clusters/atlas/flux-system/applications/quality/kustomization.yaml index 11c3e29d..62db73f2 100644 --- a/clusters/atlas/flux-system/applications/quality/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/quality/kustomization.yaml @@ -15,7 +15,6 @@ spec: name: flux-system targetNamespace: quality dependsOn: - - name: traefik - name: cert-manager - name: keycloak - name: vault diff --git a/clusters/atlas/flux-system/applications/vaultwarden/kustomization.yaml b/clusters/atlas/flux-system/applications/vaultwarden/kustomization.yaml index 36817599..df95f2ba 100644 --- a/clusters/atlas/flux-system/applications/vaultwarden/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/vaultwarden/kustomization.yaml @@ -19,4 +19,3 @@ spec: wait: true dependsOn: - name: helm - - name: traefik diff --git a/clusters/atlas/flux-system/platform/gitops-ui/kustomization.yaml b/clusters/atlas/flux-system/platform/gitops-ui/kustomization.yaml index 1a4f95c2..5e6c9435 100644 --- a/clusters/atlas/flux-system/platform/gitops-ui/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/gitops-ui/kustomization.yaml @@ -18,5 +18,4 @@ spec: targetNamespace: flux-system dependsOn: - name: helm - - name: traefik wait: true