-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvalues.yaml
More file actions
104 lines (91 loc) · 2.03 KB
/
values.yaml
File metadata and controls
104 lines (91 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Default values for netbird.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
namespace: 'netbird'
# Domain name used for access, ex netbird.example.com
domain:
global: '' # This is the only required domain. The below ones are optional for if your network topology requires them.
vpn: '' # This is the domain used internally by netbird for vpn clients.
dashboard:
port: 80
server:
port: 80
stun_port: 3478
encryption_key: '' # openssl rand -base64 32
persistence:
enabled: true
storageClass:
volumeName: 'data'
existingClaim: ''
accessModes:
- ReadWriteOnce
size: 4Gi
volumeMode:
annotations: {}
labels: {}
selector: {}
dataSource: {}
overrideVolume:
overrideVolumeMount:
ingress:
enabled: false
className: ''
annotations: {}
extra_hosts: []
route:
enabled: false
vendor: ''
parentRefs: []
# STUN likely uses a different port in the gateway, so you can specify a different parent ref here
stunParentRefs: []
annotations: {}
serviceAccount:
create: true
automount: true
annotations: { }
name: ""
dashboard:
image:
repository: netbirdio/dashboard
tag: v2.33.0
pullPolicy: IfNotPresent
annotations: {}
labels: {}
nodeSelector: {}
tolerations: []
affinity: {}
replicaCount: 1
resources: {}
livenessProbe:
readinessProbe:
service:
type: ClusterIP
annotations: {}
extra_volumes: []
extra_volumeMounts: []
server:
image:
repository: netbirdio/netbird-server
tag: 0.66.0
pullPolicy: IfNotPresent
annotations: {}
labels: {}
nodeSelector: {}
tolerations: []
affinity: {}
replicaCount: 1
resources: {}
livenessProbe:
readinessProbe:
service:
type: ClusterIP
annotations: {}
extra_volumes: []
extra_volumeMounts: []
extra_args: []
persistence:
dataDir: /var/lib/netbird
mountPath: /var/lib/netbird
configMountPath: /etc/netbird/config.yaml
subPath: 'server'