mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-22 07:50:19 +00:00
Create your-domain-production.yaml
This commit is contained in:
parent
55322ccf29
commit
5a7fc5d33c
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: your-domain
|
||||
namespace: default
|
||||
spec:
|
||||
secretName: your-domain-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "*.yourdomain.co.uk"
|
||||
dnsNames:
|
||||
- "*.yourdomain.co.uk"
|
||||
- yourdomain.co.uk
|
Loading…
Reference in a new issue