dev-tools/argocd-apps/gitea-exporter.yaml
2025-05-21 10:00:54 +03:00

21 lines
502 B
YAML

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