Update fqdns
This commit is contained in:
parent
aa045be0a6
commit
f4c2691740
2 changed files with 4 additions and 4 deletions
|
@ -7,11 +7,11 @@ metadata:
|
|||
namespace: default
|
||||
spec:
|
||||
secretName: c4k-common-cert
|
||||
commonName: jitsi.test.meissa.de
|
||||
commonName: taiga.test.meissa.de
|
||||
duration: 2160h # 90d
|
||||
renewBefore: 720h # 30d
|
||||
dnsNames:
|
||||
- jitsi.test.meissa.de
|
||||
- taiga.test.meissa.de
|
||||
issuerRef:
|
||||
name: staging
|
||||
kind: ClusterIssuer
|
||||
|
|
|
@ -12,10 +12,10 @@ metadata:
|
|||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- jitsi.test.meissa.de
|
||||
- taiga.test.meissa.de
|
||||
secretName: c4k-common-cert
|
||||
rules:
|
||||
- host: jitsi.test.meissa.de
|
||||
- host: taiga.test.meissa.de
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
|
|
Loading…
Reference in a new issue