mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Add descheduler
This commit is contained in:
parent
c362c60129
commit
e480893dcb
@ -4,10 +4,12 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
# System
|
# System
|
||||||
- resources/cert-manager.yaml
|
- resources/cert-manager.yaml
|
||||||
|
- resources/descheduler.yaml
|
||||||
- resources/kured.yaml
|
- resources/kured.yaml
|
||||||
- resources/longhorn.yaml
|
- resources/longhorn.yaml
|
||||||
- resources/metallb.yaml
|
- resources/metallb.yaml
|
||||||
- resources/nginx.yaml
|
- resources/nginx.yaml
|
||||||
|
- resources/node-problem-detector.yaml
|
||||||
- resources/prometheus.yaml
|
- resources/prometheus.yaml
|
||||||
- resources/vault.yaml
|
- resources/vault.yaml
|
||||||
# Applications
|
# Applications
|
||||||
|
19
apps/resources/descheduler.yaml
Normal file
19
apps/resources/descheduler.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: descheduler
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
namespace: kube-system
|
||||||
|
server: ''
|
||||||
|
source:
|
||||||
|
path: ''
|
||||||
|
repoURL: 'https://kubernetes-sigs.github.io/descheduler/'
|
||||||
|
targetRevision: 0.21.0
|
||||||
|
chart: descheduler
|
||||||
|
project: default
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
Loading…
Reference in New Issue
Block a user