infra/argocd-apps/cloudflared.yaml
2025-06-22 22:43:18 +03:00

21 lines
486 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudflared
namespace: argocd
spec:
project: infra
destination:
server: https://kubernetes.default.svc
namespace: traefik
source:
repoURL: https://git.dvirlabs.com/dvirlabs/infra.git
targetRevision: HEAD
path: charts/cloudflare-tunnel
helm:
valueFiles:
- ../../manifests/cloudflared/values.yaml
syncPolicy: {}
# automated:
# selfHeal: true
# prune: true