mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
updateupdate
This commit is contained in:
parent
4ce97eca7a
commit
97375239af
2 changed files with 10 additions and 5 deletions
|
|
@ -25,11 +25,11 @@ spec:
|
|||
services:
|
||||
- name: infra-cluster
|
||||
port: 443
|
||||
- match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: ak-outpost-dmz-embedded-outpost
|
||||
port: 9000
|
||||
# - match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||
# kind: Rule
|
||||
# services:
|
||||
# - name: ak-outpost-dmz-embedded-outpost
|
||||
# port: 9000
|
||||
tls:
|
||||
secretName: authentik-outpost-tls
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@ spec:
|
|||
services:
|
||||
- name: authentik-server
|
||||
port: 80
|
||||
- match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: ak-outpost-authentik-embedded-outpost
|
||||
port: 9000
|
||||
tls:
|
||||
secretName: authentik-tls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue