Fix test
This commit is contained in:
parent
4b2eb25e1a
commit
8a5e92dd6e
1 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@
|
||||||
:ingress.kubernetes.io/ssl-redirect "true",
|
:ingress.kubernetes.io/ssl-redirect "true",
|
||||||
:kubernetes.io/ingress.class ""}},
|
:kubernetes.io/ingress.class ""}},
|
||||||
:spec
|
:spec
|
||||||
{:tls [{:hosts ["test.com"], :secretName "tls-jitsi"}],
|
{:tls [{:hosts ["test.com"], :secretName "jitsi-cert"}],
|
||||||
:rules
|
:rules
|
||||||
[{:host "test.com",
|
[{:host "test.com",
|
||||||
:http {:paths [{:path "/", :pathType "Prefix", :backend {:service {:name "web", :port {:number 80}}}}]}}]}}
|
:http {:paths [{:path "/", :pathType "Prefix", :backend {:service {:name "web", :port {:number 80}}}}]}}]}}
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
:ingress.kubernetes.io/ssl-redirect "true",
|
:ingress.kubernetes.io/ssl-redirect "true",
|
||||||
:kubernetes.io/ingress.class ""}},
|
:kubernetes.io/ingress.class ""}},
|
||||||
:spec
|
:spec
|
||||||
{:tls [{:hosts ["etherpad.test.com"], :secretName "tls-etherpad"}],
|
{:tls [{:hosts ["etherpad.test.com"], :secretName "etherpad-cert"}],
|
||||||
:rules
|
:rules
|
||||||
[{:host "etherpad.test.com",
|
[{:host "etherpad.test.com",
|
||||||
:http
|
:http
|
||||||
|
@ -153,4 +153,4 @@
|
||||||
:JICOFO_COMPONENT_SECRET "amljb2ZvLWNvbXA="}}
|
:JICOFO_COMPONENT_SECRET "amljb2ZvLWNvbXA="}}
|
||||||
(cut/generate-secret-jitsi {:jvb-auth-password "jvb-auth"
|
(cut/generate-secret-jitsi {:jvb-auth-password "jvb-auth"
|
||||||
:jicofo-auth-password "jicofo-auth"
|
:jicofo-auth-password "jicofo-auth"
|
||||||
:jicofo-component-secret "jicofo-comp"}))))
|
:jicofo-component-secret "jicofo-comp"}))))
|
||||||
|
|
Loading…
Reference in a new issue