flux(hermes): recover blocked router rollout
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 265
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 265
This commit is contained in:
parent
952d797013
commit
a93adeb115
23
clusters/atlas/flux-system/applications/hermes/recovery.yaml
Normal file
23
clusters/atlas/flux-system/applications/hermes/recovery.yaml
Normal 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
|
||||||
@ -28,6 +28,7 @@ resources:
|
|||||||
- ai-llm/kustomization.yaml
|
- ai-llm/kustomization.yaml
|
||||||
- openclaw/kustomization.yaml
|
- openclaw/kustomization.yaml
|
||||||
- hermes/kustomization.yaml
|
- hermes/kustomization.yaml
|
||||||
|
- hermes/recovery.yaml
|
||||||
- hermes-chat/kustomization.yaml
|
- hermes-chat/kustomization.yaml
|
||||||
- hermes-triage-demo/kustomization.yaml
|
- hermes-triage-demo/kustomization.yaml
|
||||||
- game-stream/kustomization.yaml
|
- game-stream/kustomization.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user