feat(traefik): Add wildcard certificate and listener for whyredfire.dpdns.org

This commit is contained in:
2026-09-23 23:25:23 +05:30
parent 4c9ea9a8b8
commit 485db774f5
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-whyredfire-dpdns-org
namespace: traefik
spec:
dnsNames:
- '*.whyredfire.dpdns.org'
issuerRef:
kind: ClusterIssuer
name: letsencrypt-prod
privateKey:
rotationPolicy: Always
secretName: wildcard-whyredfire-dpdns-org