Add k8s deploy config

This commit is contained in:
2022-06-07 23:07:37 -05:00
parent 2fede56806
commit 01abe766c7
16 changed files with 167 additions and 113 deletions

14
deploy/certificate.yaml Normal file
View File

@@ -0,0 +1,14 @@
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: garrettmills-dev-tls
spec:
secretName: garrettmills-dev-tls-secret
dnsNames:
- 'garrettmills.dev'
- 'www.garrettmills.dev'
- 'k8s.garrettmills.dev'
issuerRef:
name: letsencrypt-ca
kind: ClusterIssuer