Add kured

Kubernetes reboot daemon
This commit is contained in:
Khue Doan 2021-06-10 21:21:22 +07:00
parent 21209c72c9
commit bd6e6e5f9a
2 changed files with 20 additions and 0 deletions

View File

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