mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
prometheus-node-exporter
This commit is contained in:
parent
9728bc6807
commit
85b9958d4b
2 changed files with 33 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ Applications & Projects
|
|||
+------------------------------+----------------------------------------------------------------+-------------------------+
|
||||
| Local-Path-Provisioner_ | `Rancher Local-Path`_ | |local-path_status| |
|
||||
+------------------------------+----------------------------------------------------------------+-------------------------+
|
||||
| Prometheus-node-exporter_ | `Node exporter`_ | |pne_status| |
|
||||
+------------------------------+----------------------------------------------------------------+-------------------------+
|
||||
| Victoria-Metrics-Operator_ | `Victoria Metrics Operator`_ | |vm-op_status| |
|
||||
+------------------------------+----------------------------------------------------------------+-------------------------+
|
||||
| Victoria-Metrics_ | `Victoria Metrics`_ | |vm_status| |
|
||||
|
|
@ -94,6 +96,10 @@ Applications & Projects
|
|||
.. _Rancher Local-Path: https://github.com/rancher/local-path-provisioner
|
||||
.. |local-path_status| image:: https://argocd.ioot.xyz/api/badge?name=local-path-provisioner&revision=true
|
||||
|
||||
.. _Prometheus-node-exporter: https://argocd.ioot.xyz/applications/argocd/prometheus-node-exporter
|
||||
.. _Node exporter: https://github.com/prometheus/node_exporter
|
||||
.. |pne_status| image:: https://argocd.ioot.xyz/api/badge?name=prometheus-node-exporter&revision=true
|
||||
|
||||
.. _Victoria-Metrics-Operator: https://argocd.ioot.xyz/applications/argocd/victoria-metrics-operator
|
||||
.. _Victoria Metrics Operator: https://github.com/VictoriaMetrics/operator
|
||||
.. |vm-op_status| image:: https://argocd.ioot.xyz/api/badge?name=victoria-metrics-operator&revision=true
|
||||
|
|
|
|||
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: prometheus-node-exporter
|
||||
labels:
|
||||
stack: observability
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: prometheus-node-exporter
|
||||
project: system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
sources:
|
||||
- repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: prometheus-node-exporter
|
||||
targetRevision: 4.23.1
|
||||
helm:
|
||||
values: |
|
||||
# https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-node-exporter
|
||||
prometheus:
|
||||
monitor:
|
||||
enabled: true
|
||||
Loading…
Reference in a new issue