Add node problem detector

This commit is contained in:
Khue Doan 2021-06-10 21:32:31 +07:00
parent bd6e6e5f9a
commit c362c60129

View File

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: node-problem-detector
spec:
destination:
name: in-cluster
namespace: kube-system
server: ''
source:
path: ''
repoURL: 'https://charts.deliveryhero.io/'
targetRevision: 2.0.2
chart: node-problem-detector
project: default
syncPolicy:
automated:
prune: true
selfHeal: true