k3s init
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: coturn
|
||||
namespace: netbird
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: coturn
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: coturn
|
||||
spec:
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: coturn
|
||||
image: coturn/coturn
|
||||
args:
|
||||
- --log-file=stdout
|
||||
- --external-ip=archfox.org
|
||||
- --listening-port=3478
|
||||
- --min-port=49152
|
||||
- --max-port=65535
|
||||
- --tls-listening-port=5349
|
||||
- --no-tls
|
||||
- --no-dtls
|
||||
- --realm=netbird.archfox.org
|
||||
securityContext:
|
||||
capabilities:
|
||||
add: ["NET_BIND_SERVICE"]
|
||||
Reference in New Issue
Block a user