Working Base Config for Taiga #1

Merged
patdyn merged 60 commits from config-play into main 2023-09-01 10:38:18 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit f4c2691740 - Show all commits

View file

@ -7,11 +7,11 @@ metadata:
namespace: default namespace: default
spec: spec:
secretName: c4k-common-cert secretName: c4k-common-cert
commonName: jitsi.test.meissa.de commonName: taiga.test.meissa.de
duration: 2160h # 90d duration: 2160h # 90d
renewBefore: 720h # 30d renewBefore: 720h # 30d
dnsNames: dnsNames:
- jitsi.test.meissa.de - taiga.test.meissa.de
issuerRef: issuerRef:
name: staging name: staging
kind: ClusterIssuer kind: ClusterIssuer

View file

@ -12,10 +12,10 @@ metadata:
spec: spec:
tls: tls:
- hosts: - hosts:
- jitsi.test.meissa.de - taiga.test.meissa.de
secretName: c4k-common-cert secretName: c4k-common-cert
rules: rules:
- host: jitsi.test.meissa.de - host: taiga.test.meissa.de
http: http:
paths: paths:
- pathType: Prefix - pathType: Prefix