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

@@ -6,7 +6,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`traefik.internal.durp.info`)
- match: Host(`traefik.internal.prd.durp.info`)
middlewares:
- name: authentik-proxy-provider
namespace: traefik
@@ -14,7 +14,7 @@ spec:
services:
- name: api@internal
kind: TraefikService
- match: Host(`traefik.internal.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
- match: Host(`traefik.internal.prd.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
kind: Rule
services:
- name: ak-outpost-authentik-embedded-outpost
@@ -34,6 +34,6 @@ spec:
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "traefik.internal.durp.info"
commonName: "traefik.internal.prd.durp.info"
dnsNames:
- "traefik.internal.durp.info"
- "traefik.internal.prd.durp.info"