From 29f7ec3059d45883f5fe83c3e36230d72c1e4987 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 1 Jun 2025 13:42:33 +0300 Subject: [PATCH] Remove prometheus --- argocd-apps/gitea-exporter.yaml | 21 ------------------- .../exporters/gitea-exporter/values.yaml | 10 --------- .../prometheus-additional-scrape-configs.yaml | 0 3 files changed, 31 deletions(-) delete mode 100644 argocd-apps/gitea-exporter.yaml delete mode 100644 manifests/exporters/gitea-exporter/values.yaml create mode 100644 manifests/prometheus/prometheus-additional-scrape-configs.yaml diff --git a/argocd-apps/gitea-exporter.yaml b/argocd-apps/gitea-exporter.yaml deleted file mode 100644 index 7296358..0000000 --- a/argocd-apps/gitea-exporter.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: gitea-exporter - namespace: argocd -spec: - project: exporters - source: - repoURL: https://git.dvirlabs.com/dvirlabs/dev-tools.git - targetRevision: master - path: charts/gitea-exporter - helm: - valueFiles: - - ../../manifests/exporters/gitea-exporter/values.yaml - destination: - server: https://kubernetes.default.svc - namespace: dev-tools - syncPolicy: - automated: - prune: true - selfHeal: true \ No newline at end of file diff --git a/manifests/exporters/gitea-exporter/values.yaml b/manifests/exporters/gitea-exporter/values.yaml deleted file mode 100644 index 279acab..0000000 --- a/manifests/exporters/gitea-exporter/values.yaml +++ /dev/null @@ -1,10 +0,0 @@ -gitea: - baseUrl: "https://git.dvirlabs.com" - token: "170598bad62d76d799dfebe7fb32e9f47c497ace" - -image: - repository: ghcr.io/oxisto/gitea-exporter - tag: latest - -nodeSelector: - node-role.kubernetes.io/worker: "true" \ No newline at end of file diff --git a/manifests/prometheus/prometheus-additional-scrape-configs.yaml b/manifests/prometheus/prometheus-additional-scrape-configs.yaml new file mode 100644 index 0000000..e69de29