netbird: change STUN to port 3479, add trustedHTTPProxies
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
||||
args: ["--config", "/etc/netbird/config.yaml"]
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- containerPort: 3478
|
||||
- containerPort: 3479
|
||||
protocol: UDP
|
||||
- containerPort: 33073
|
||||
volumeMounts:
|
||||
@@ -63,6 +63,6 @@ spec:
|
||||
port: 33073
|
||||
targetPort: 33073
|
||||
- name: stun
|
||||
port: 3478
|
||||
targetPort: 3478
|
||||
port: 3479
|
||||
targetPort: 3479
|
||||
protocol: UDP
|
||||
|
||||
Reference in New Issue
Block a user