set coturn build
This commit is contained in:
parent
c590243a2f
commit
6747120629
|
|
@ -1,5 +1,2 @@
|
|||
controller:
|
||||
sslRedirect: false
|
||||
hostNetwork: true
|
||||
daemonset:
|
||||
useHostPort: true
|
||||
hostNetwork: true
|
||||
|
|
@ -1,11 +1,23 @@
|
|||
resource "linode_lke_cluster" "my-cluster" {
|
||||
label = "video-cluster"
|
||||
k8s_version = "1.21"
|
||||
region = "us-central"
|
||||
tags = ["staging"]
|
||||
label = "video-cluster"
|
||||
k8s_version = "1.21"
|
||||
region = "us-central"
|
||||
tags = ["staging"]
|
||||
|
||||
pool {
|
||||
type = "g6-standard-2"
|
||||
count = 3
|
||||
}
|
||||
}
|
||||
pool {
|
||||
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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue