recovery(flux): track optional suspend holds
This commit is contained in:
parent
32681728c0
commit
28f6b98d8a
@ -6,3 +6,5 @@ resources:
|
|||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
- platform
|
- platform
|
||||||
- applications
|
- applications
|
||||||
|
patches:
|
||||||
|
- path: recovery-suspend-kustomizations.yaml
|
||||||
|
|||||||
176
clusters/atlas/flux-system/recovery-suspend-kustomizations.yaml
Normal file
176
clusters/atlas/flux-system/recovery-suspend-kustomizations.yaml
Normal file
@ -0,0 +1,176 @@
|
|||||||
|
# clusters/atlas/flux-system/recovery-suspend-kustomizations.yaml
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: flux-system
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: ai-llm
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: descheduler
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: finance
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: game-stream
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: gitops-ui
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: health
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: jellyfin
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: jenkins
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: longhorn-ui
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: mailu
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: nextcloud
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: nextcloud-mail-sync
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: outline
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: planka
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: quality
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: resource-guardrails
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: typhon
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: vaultwarden
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: veles
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: wallet-monero-temp
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: xmr-miner
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
suspend: true
|
||||||
Loading…
x
Reference in New Issue
Block a user