Files
homelab-v/k8s/infra/network/project.yaml
T
Vegard Hagen 9dec025db7 feat(dns): use Unbound and AdGuardHome for DNS
Unbound as a recursive resolver and AdGuardHome as main DNS backed by
Unbound
2024-11-17 17:03:29 +01:00

27 lines
620 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: network
namespace: argocd
spec:
sourceRepos:
- 'https://github.com/vehagn/homelab'
- 'https://prometheus-community.github.io/helm-charts'
- 'https://argoproj.github.io/argo-helm'
destinations:
- namespace: 'argocd'
server: '*'
- namespace: 'cilium-secrets'
server: '*'
- namespace: 'cloudflared'
server: '*'
- namespace: 'dns'
server: '*'
- namespace: 'gateway'
server: '*'
- namespace: 'kube-system'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'