Files
homelab-v/k8s/infra/vpn/coturn/kustomization.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

16 lines
300 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: coturn
resources:
- ns.yaml
- secret-netbird-credentials.yaml
helmCharts:
- name: coturn
repo: https://charts.jaconi.io
releaseName: coturn
namespace: coturn
version: 0.8.6
valuesFile: values.yaml