Merge branch 'main' into improve-stun-turn
This commit is contained in:
commit
588b583cc0
3 changed files with 4 additions and 3 deletions
|
@ -17,7 +17,7 @@ c4k-jitsi provides a k8s deployment for jitsi containing [see also Jitsi Archite
|
||||||
* ingress having a letsencrypt managed certificate
|
* ingress having a letsencrypt managed certificate
|
||||||
* monitoring connected to grafana cloud
|
* monitoring connected to grafana cloud
|
||||||
|
|
||||||
The package aims to a low load sceanrio.
|
The package is intended for a low-load scenario.
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
|
|
|
@ -46,13 +46,13 @@ output "ipv4" {
|
||||||
|
|
||||||
## k8s minicluster
|
## k8s minicluster
|
||||||
|
|
||||||
For k8s installation we use our [provs](https://repo.prod.meissa.de/meissa/provs) with the following configuation:
|
For k8s installation we use our [provs](https://repo.prod.meissa.de/meissa/provs) with the following configuration:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
{:fqdn "fqdn-from-above"
|
{:fqdn "fqdn-from-above"
|
||||||
:node {:ipv4 "ip-from-above"}
|
:node {:ipv4 "ip-from-above"}
|
||||||
:certmanager {:email "admin-email" :letsencryptEndpoint "prod}}
|
:certmanager {:email "admin-email" :letsencryptEndpoint "prod"}}
|
||||||
```
|
```
|
||||||
|
|
||||||
## kubectl apply c4k-jitsi
|
## kubectl apply c4k-jitsi
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
(jitsi/jicofo-config resolved-config)
|
(jitsi/jicofo-config resolved-config)
|
||||||
(jitsi/web-config resolved-config)
|
(jitsi/web-config resolved-config)
|
||||||
(jitsi/jvb-config resolved-config)
|
(jitsi/jvb-config resolved-config)
|
||||||
|
;not yet working, needs fix
|
||||||
;(jitsi/jibri-config resolved-config)
|
;(jitsi/jibri-config resolved-config)
|
||||||
(jitsi/restart-config resolved-config)
|
(jitsi/restart-config resolved-config)
|
||||||
(jitsi/etherpad-config resolved-config)
|
(jitsi/etherpad-config resolved-config)
|
||||||
|
|
Loading…
Add table
Reference in a new issue