flux(hermes): recover blocked router rollout
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 265

This commit is contained in:
jenkins 2026-08-13 05:14:20 -03:00
parent 952d797013
commit a93adeb115
2 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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