Files
homelab-v/k8s/infra/vpn/netbird/dashboard/kustomization.yaml
T
Vegard Hagen aa1a078294 feat(netbird): add relay service
This is a required step for solving #81

Netbird 0.29.0 added its own relay service based on websockets
2025-01-03 17:43:11 +01:00

16 lines
318 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: netbird
resources:
- oidc-client.yaml
- oidc-scopes.yaml
helmCharts:
- name: netbird-dashboard
repo: https://charts.jaconi.io
releaseName: netbird-dashboard
namespace: netbird
version: 1.0.0
valuesFile: values.yaml