Files
homelab-v/remodel/k8s/infra/network/project.yaml
T
Vegard Hagen 8c5389c31c feat(talos): Bootstrap Cilium from ConfigMap
Start adding infrastructure manifests
2024-07-21 23:20:28 +02:00

25 lines
581 B
YAML

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