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
+11
View File
@@ -40,6 +40,17 @@ spec:
- kind: Secret - kind: Secret
name: wildcard-whyredfire-dev name: wildcard-whyredfire-dev
group: "" group: ""
websecure-dpdns:
port: 8443
protocol: HTTPS
mode: Terminate
hostname: "*.whyredfire.dpdns.org"
namespacePolicy:
from: All
certificateRefs:
- kind: Secret
name: wildcard-whyredfire-dpdns-org
group: ""
repoURL: https://traefik.github.io/charts repoURL: https://traefik.github.io/charts
targetRevision: 41.2.0 targetRevision: 41.2.0
- path: infra/traefik - path: infra/traefik
+1
View File
@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- wildcard-whyredfire-dev.yaml - wildcard-whyredfire-dev.yaml
- wildcard-whyredfire-dpdns-org.yaml
@@ -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