From a93adeb1154e465726e45ed1aab2e81b08a74a66 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 13 Aug 2026 05:14:20 -0300 Subject: [PATCH] flux(hermes): recover blocked router rollout --- .../applications/hermes/recovery.yaml | 23 +++++++++++++++++++ .../applications/kustomization.yaml | 1 + 2 files changed, 24 insertions(+) create mode 100644 clusters/atlas/flux-system/applications/hermes/recovery.yaml diff --git a/clusters/atlas/flux-system/applications/hermes/recovery.yaml b/clusters/atlas/flux-system/applications/hermes/recovery.yaml new file mode 100644 index 000000000..01b246d64 --- /dev/null +++ b/clusters/atlas/flux-system/applications/hermes/recovery.yaml @@ -0,0 +1,23 @@ +# clusters/atlas/flux-system/applications/hermes/recovery.yaml +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: hermes-recovery + namespace: flux-system +spec: + interval: 1h + path: ./services/hermes + targetNamespace: hermes + prune: false + wait: false + timeout: 5m + sourceRef: + kind: GitRepository + name: flux-system + namespace: flux-system + dependsOn: + - name: cert-manager + - name: core + - name: keycloak + - name: longhorn + - name: vault diff --git a/clusters/atlas/flux-system/applications/kustomization.yaml b/clusters/atlas/flux-system/applications/kustomization.yaml index eb8bc86ae..6c1f4dc5b 100644 --- a/clusters/atlas/flux-system/applications/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/kustomization.yaml @@ -28,6 +28,7 @@ resources: - ai-llm/kustomization.yaml - openclaw/kustomization.yaml - hermes/kustomization.yaml + - hermes/recovery.yaml - hermes-chat/kustomization.yaml - hermes-triage-demo/kustomization.yaml - game-stream/kustomization.yaml