mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
25 lines
517 B
YAML
25 lines
517 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ns.yaml
|
|
- http-route.yaml
|
|
- grpc-route.yaml
|
|
- relay-secret.yaml
|
|
- coturn-credentials.yaml
|
|
- authelia-oidc-credentials.yaml
|
|
- agent
|
|
- dashboard
|
|
- management
|
|
- relay
|
|
- signal
|
|
|
|
#helmCharts:
|
|
# - name: netbird
|
|
# repo: https://netbirdio.github.io/helms
|
|
# version: 1.9.0 # renovate: github-releases=netbirdio/helms
|
|
# releaseName: netbird
|
|
# includeCRDs: true
|
|
# namespace: netbird
|
|
# valuesFile: values.yaml
|