mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Create jimsgarage-production.yaml
This commit is contained in:
parent
4a549d3128
commit
03cb3729a9
1 changed files with 15 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue