2025-11-25 20:36:17 +02:00
|
|
|
cluster:
|
|
|
|
|
name: "kubernetes"
|
|
|
|
|
dns: "svc.cluster.local"
|
|
|
|
|
|
|
|
|
|
# Create router per namespace, useful for strict networking requirements
|
|
|
|
|
namespacedNetworks: false
|
|
|
|
|
|
|
|
|
|
router:
|
|
|
|
|
# Deploy routing peer(s)
|
|
|
|
|
enabled: false
|
|
|
|
|
# replicas: 3
|
|
|
|
|
# resources:
|
|
|
|
|
# requests:
|
|
|
|
|
# cpu: 100m
|
|
|
|
|
# memory: 100Mi
|
|
|
|
|
# limits:
|
|
|
|
|
# cpu: 100m
|
|
|
|
|
# memory: 100Mi
|
|
|
|
|
# labels: {}
|
|
|
|
|
# annotations: {}
|
|
|
|
|
# nodeSelector: {}
|
|
|
|
|
# tolerations: []
|
|
|
|
|
# Only needed if namespacedNetworks is set to true
|
|
|
|
|
namespaces: {}
|
|
|
|
|
# default:
|
|
|
|
|
# replicas: 3
|
|
|
|
|
# resources:
|
|
|
|
|
# requests:
|
|
|
|
|
# cpu: 100m
|
|
|
|
|
# memory: 100Mi
|
|
|
|
|
# limits:
|
|
|
|
|
# cpu: 100m
|
|
|
|
|
# memory: 100Mi
|
|
|
|
|
# labels: {}
|
|
|
|
|
# annotations: {}
|
|
|
|
|
# nodeSelector: {}
|
|
|
|
|
# tolerations: []
|
|
|
|
|
# NetBird Policies for use with exposed services
|
|
|
|
|
policies: {}
|
|
|
|
|
# default:
|
|
|
|
|
# name: Kubernetes Default Policy
|
|
|
|
|
# sourceGroups:
|
|
|
|
|
# - All
|
|
|
|
|
|
|
|
|
|
kubernetesAPI:
|
|
|
|
|
enabled: false
|
|
|
|
|
groups: []
|
|
|
|
|
# - group1
|
|
|
|
|
# - group2
|
|
|
|
|
policies: []
|
|
|
|
|
# - default
|
|
|
|
|
# resourceName: "my-cluster-kubernetes"
|
|
|
|
|
|
|
|
|
|
serviceAccount:
|
|
|
|
|
create: true
|
|
|
|
|
name: ""
|
2026-02-12 16:45:07 +01:00
|
|
|
annotations: {}
|