Files
homelab-v/k8s/infra/vpn/project.yaml
T
Vegard Hagen 69d56e8e71 feat: install Netbird as a VPN solution
Also configure Netbird OIDC client in Keycloak using Crossplane
2024-11-17 17:03:27 +01:00

19 lines
365 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: vpn
namespace: argocd
spec:
sourceRepos:
- 'https://github.com/vehagn/homelab'
destinations:
- namespace: 'argocd'
server: '*'
- namespace: 'coturn'
server: '*'
- namespace: 'netbird'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'