pull/1/head
erik 1 year ago
parent 4b2eb25e1a
commit 8a5e92dd6e

@ -114,7 +114,7 @@
:ingress.kubernetes.io/ssl-redirect "true",
:kubernetes.io/ingress.class ""}},
:spec
{:tls [{:hosts ["test.com"], :secretName "tls-jitsi"}],
{:tls [{:hosts ["test.com"], :secretName "jitsi-cert"}],
:rules
[{:host "test.com",
:http {:paths [{:path "/", :pathType "Prefix", :backend {:service {:name "web", :port {:number 80}}}}]}}]}}
@ -130,7 +130,7 @@
:ingress.kubernetes.io/ssl-redirect "true",
:kubernetes.io/ingress.class ""}},
:spec
{:tls [{:hosts ["etherpad.test.com"], :secretName "tls-etherpad"}],
{:tls [{:hosts ["etherpad.test.com"], :secretName "etherpad-cert"}],
:rules
[{:host "etherpad.test.com",
:http
@ -153,4 +153,4 @@
:JICOFO_COMPONENT_SECRET "amljb2ZvLWNvbXA="}}
(cut/generate-secret-jitsi {:jvb-auth-password "jvb-auth"
:jicofo-auth-password "jicofo-auth"
:jicofo-component-secret "jicofo-comp"}))))
:jicofo-component-secret "jicofo-comp"}))))

Loading…
Cancel
Save