Create jimsgarage-production.yaml

This commit is contained in:
tehNooB 2023-10-20 12:33:11 +01:00 committed by GitHub
parent 4a549d3128
commit 03cb3729a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,15 @@
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: jimsgarage # change ot your domain
namespace: default
spec:
secretName: jimsgarage-tls # change to your secretname
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "*.jimsgarage.co.uk" # change to your domain
dnsNames:
- "*.jimsgarage.co.uk" # change to your domain
- jimsgarage.co.uk # change to your domain