dev-tools/argocd-apps/gitea.yaml
2026-03-16 11:58:28 +02:00

22 lines
496 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea
namespace: argocd
spec:
project: dev-tools
source:
repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git'
targetRevision: HEAD
path: charts/helm-gitea
helm:
valueFiles:
- ../../manifests/gitea/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: dev-tools
syncPolicy:
automated:
prune: true
selfHeal: true