mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Add kured
Kubernetes reboot daemon
This commit is contained in:
parent
21209c72c9
commit
bd6e6e5f9a
@ -4,6 +4,7 @@ kind: Kustomization
|
||||
resources:
|
||||
# System
|
||||
- resources/cert-manager.yaml
|
||||
- resources/kured.yaml
|
||||
- resources/longhorn.yaml
|
||||
- resources/metallb.yaml
|
||||
- resources/nginx.yaml
|
||||
|
19
apps/resources/kured.yaml
Normal file
19
apps/resources/kured.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kured
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: kube-system
|
||||
server: ''
|
||||
source:
|
||||
path: ''
|
||||
repoURL: 'https://weaveworks.github.io/kured'
|
||||
targetRevision: 2.6.0
|
||||
chart: kured
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
Loading…
Reference in New Issue
Block a user