update ingress

This commit is contained in:
2024-07-21 06:50:32 -05:00
parent 39020882f4
commit 0b4238217b
27 changed files with 106 additions and 186 deletions

View File

@@ -7,7 +7,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`heimdall.durp.info`) && PathPrefix(`/`)
- match: Host(`heimdall.prd.durp.info`) && PathPrefix(`/`)
middlewares:
- name: authentik-proxy-provider
namespace: traefik
@@ -15,7 +15,7 @@ spec:
services:
- name: heimdall
port: 80
- match: Host(`heimdall.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
- match: Host(`heimdall.prd.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
kind: Rule
services:
- name: ak-outpost-authentik-embedded-outpost
@@ -35,9 +35,9 @@ spec:
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "heimdall.durp.info"
commonName: "heimdall.prd.durp.info"
dnsNames:
- "heimdall.durp.info"
- "heimdall.prd.durp.info"
---
@@ -46,7 +46,7 @@ apiVersion: v1
metadata:
name: heimdall-external-dns
annotations:
external-dns.alpha.kubernetes.io/hostname: heimdall.durp.info
external-dns.alpha.kubernetes.io/hostname: heimdall.prd.durp.info
spec:
type: ExternalName
externalName: durp.info
externalName:.prd.durp.info