fix tests
This commit is contained in:
parent
2734125b8e
commit
85eb5c8541
1 changed files with 5 additions and 3 deletions
|
@ -20,8 +20,10 @@
|
||||||
:kind "Certificate"
|
:kind "Certificate"
|
||||||
:metadata {:name "cloud-cert", :namespace "default"}
|
:metadata {:name "cloud-cert", :namespace "default"}
|
||||||
:spec
|
:spec
|
||||||
{:secretName "cloud-secret"
|
{:secretName "cloud-cert"
|
||||||
:commonName "xx"
|
:duration "2160h"
|
||||||
|
:renewBefore "360h",
|
||||||
|
:commonName "xx",
|
||||||
:dnsNames ["xx"]
|
:dnsNames ["xx"]
|
||||||
:issuerRef
|
:issuerRef
|
||||||
{:name "prod", :kind "ClusterIssuer"}}}
|
{:name "prod", :kind "ClusterIssuer"}}}
|
||||||
|
@ -42,7 +44,7 @@
|
||||||
:ingress.kubernetes.io/proxy-read-timeout "300"}
|
:ingress.kubernetes.io/proxy-read-timeout "300"}
|
||||||
:namespace "default"}
|
:namespace "default"}
|
||||||
:spec
|
:spec
|
||||||
{:tls [{:hosts ["xx"], :secretName "cloud-secret"}]
|
{:tls [{:hosts ["xx"], :secretName "cloud-cert"}]
|
||||||
:rules
|
:rules
|
||||||
[{:host "xx"
|
[{:host "xx"
|
||||||
:http
|
:http
|
||||||
|
|
Loading…
Reference in a new issue