feat(traefik): Add wildcard certificate and listener for whyredfire.dpdns.org
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user