mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Add node problem detector
This commit is contained in:
parent
bd6e6e5f9a
commit
c362c60129
19
apps/resources/node-problem-detector.yaml
Normal file
19
apps/resources/node-problem-detector.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user