Added certificate

This commit is contained in:
Kasper Juul Hermansen 2022-06-04 15:38:49 +02:00
parent 35e4ed430e
commit 1c141714a3
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: clank
namespace: cert-manager
spec:
commonName: kjuulh.app
secretName: clank-cert
dnsNames:
- kjuulh.app
- "*.kjuulh.app"
issuerRef:
name: letsencrypt-issuer
kind: ClusterIssuer

View File

@ -6,3 +6,4 @@ resources:
- release.yaml - release.yaml
- cloudflare-secret.sealed.yaml - cloudflare-secret.sealed.yaml
- cluster-issuer.yaml - cluster-issuer.yaml
- certificate.yaml