expose via ingress
This commit is contained in:
parent
72c46fe32a
commit
dcfbb984f4
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@
|
||||||
:service-port 80
|
:service-port 80
|
||||||
:fqdns [(str "moderator-elector." (:fqdn resolved-config))]}
|
:fqdns [(str "moderator-elector." (:fqdn resolved-config))]}
|
||||||
resolved-config))
|
resolved-config))
|
||||||
|
(ing/generate-ingress-and-cert (merge
|
||||||
|
{:service-name "coturn-turn-tcp"
|
||||||
|
:service-port 3478
|
||||||
|
:fqdns [(str "stun." (:fqdn resolved-config))]}
|
||||||
|
resolved-config))
|
||||||
(when (:contains? resolved-config :mon-cfg)
|
(when (:contains? resolved-config :mon-cfg)
|
||||||
(mon/generate-config)))))))
|
(mon/generate-config)))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue