This commit is contained in:
2024-05-13 05:08:56 -05:00
parent ea811669c3
commit e06a35f1a2
25 changed files with 56 additions and 657 deletions

View File

@@ -6,7 +6,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`kuma.durp.info`) && PathPrefix(`/`)
- match: Host(`kuma.dev.durp.info`) && PathPrefix(`/`)
middlewares:
- name: authentik-proxy-provider
namespace: traefik
@@ -28,9 +28,9 @@ spec:
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "kuma.durp.info"
commonName: "kuma.dev.durp.info"
dnsNames:
- "kuma.durp.info"
- "kuma.dev.durp.info"
---
@@ -39,7 +39,7 @@ apiVersion: v1
metadata:
name: heimdall-external-dns
annotations:
external-dns.alpha.kubernetes.io/hostname: kuma.durp.info
external-dns.alpha.kubernetes.io/hostname: kuma.dev.durp.info
spec:
type: ExternalName
externalName: durp.info
externalName: dev.durp.info