Remove prometheus

This commit is contained in:
dvirlabs 2025-06-01 13:42:33 +03:00
parent a5dcf00762
commit 29f7ec3059
3 changed files with 0 additions and 31 deletions

View File

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

View File

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