The rest of the owl
This commit is contained in:
15
deploy/certificate.yaml
Normal file
15
deploy/certificate.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: garrettmills-dev-tls
|
||||
namespace: default
|
||||
spec:
|
||||
secretName: garrettmills-dev-tls-secret
|
||||
dnsNames:
|
||||
- 'garrettmills.dev'
|
||||
- 'www.garrettmills.dev'
|
||||
- 'k8s.garrettmills.dev'
|
||||
issuerRef:
|
||||
name: letsencrypt-ca
|
||||
kind: ClusterIssuer
|
||||
Reference in New Issue
Block a user