The rest of the owl

This commit is contained in:
2026-02-28 12:13:24 -06:00
parent 54222db887
commit fdba0fdf8c
60 changed files with 1524 additions and 377 deletions

15
deploy/certificate.yaml Normal file
View 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