mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
ec8afdb6bc
commit
d42cf229bf
1 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`traefik.internal.durp.info`)
|
||||
- match: Host(`traefik.internal.dev.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.dev.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.dev.durp.info"
|
||||
dnsNames:
|
||||
- "traefik.internal.durp.info"
|
||||
- "traefik.internal.dev.durp.info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue