theshire/kubernetes/apps/network/ingress-nginx/mastodon/certificate.yaml
2024-01-11 15:03:54 -06:00

16 lines
407 B
YAML

---
# yaml-language-server: $schema=https://ks.hsn.dev/cert-manager.io/certificate_v1.json
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: "valinor-social"
namespace: network
spec:
secretName: "valinor-social-tls"
issuerRef:
name: letsencrypt-dnsimple-production
kind: ClusterIssuer
commonName: "valinor.social"
dnsNames:
- "valinor.social"
- "*.valinor.social"