c4k-taiga/src/main/resources/taiga/ingress/certificate.yaml

18 lines
342 B
YAML
Raw Normal View History

2023-08-16 12:31:46 +00:00
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: c4k-common-cert
labels:
app.kubernetes.part-of: c4k-common-app
namespace: default
spec:
secretName: c4k-common-cert
commonName: FQDN
duration: 2160h # 90d
renewBefore: 720h # 30d
dnsNames:
- FQDN
issuerRef:
name: staging
kind: ClusterIssuer