set coturn build

This commit is contained in:
Victor Barba Martin 2021-07-13 19:06:50 +02:00
parent c590243a2f
commit 6747120629
2 changed files with 22 additions and 13 deletions

View File

@ -1,5 +1,2 @@
controller:
sslRedirect: false
hostNetwork: true
daemonset:
useHostPort: true

View File

@ -8,4 +8,16 @@ resource "linode_lke_cluster" "my-cluster" {
type = "g6-standard-2"
count = 3
}
# WebRTC-BE pool
pool {
type = "g6-standard-2"
count = 3
}
# Coturn pool
pool {
type = "g6-standard-2"
count = 3
}
}