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(`longhorn.internal.durp.info`) && PathPrefix(`/`)
- match: Host(`longhorn.internal.prd.durp.info`) && PathPrefix(`/`)
middlewares:
- name: whitelist
namespace: traefik
@@ -16,7 +16,7 @@ spec:
services:
- name: longhorn-frontend
port: 80
- match: Host(`longhorn.internal.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
- match: Host(`longhorn.internal.prd.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
kind: Rule
services:
- name: ak-outpost-authentik-embedded-outpost
@@ -36,6 +36,6 @@ spec:
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "longhorn.internal.durp.info"
commonName: "longhorn.internal.prd.durp.info"
dnsNames:
- "longhorn.internal.durp.info"
- "longhorn.internal.prd.durp.info"