Files
homelab-v/k8s/infra/vpn/netbird/backend/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

26 lines
729 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: netbird
resources:
- secret-coturn-credentials.yaml
- oidc-client.yaml
- oidc-credentials.yaml
helmCharts:
- name: netbird
repo: https://charts.jaconi.io
releaseName: netbird-backend
namespace: netbird
version: 0.14.2
valuesFile: values.yaml
patches:
- path: patches/add-oidc-key-checker-sidecar.yaml
- path: patches/add-relay-config.yaml
- path: patches/dns-management.yaml # resolve auth admin-endpoint to internal gateway
- path: patches/deployment-strategy-management.yaml
- path: patches/deployment-strategy-signal.yaml
- path: patches/pvc-backend-management.yaml
- path: patches/pvc-backend-signal.yaml