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:
|
services:
|
||||||
- name: infra-cluster
|
- name: infra-cluster
|
||||||
port: 443
|
port: 443
|
||||||
- match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
# - match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||||
kind: Rule
|
# kind: Rule
|
||||||
services:
|
# services:
|
||||||
- name: ak-outpost-dmz-embedded-outpost
|
# - name: ak-outpost-dmz-embedded-outpost
|
||||||
port: 9000
|
# port: 9000
|
||||||
tls:
|
tls:
|
||||||
secretName: authentik-outpost-tls
|
secretName: authentik-outpost-tls
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,11 @@ spec:
|
||||||
services:
|
services:
|
||||||
- name: authentik-server
|
- name: authentik-server
|
||||||
port: 80
|
port: 80
|
||||||
|
- match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: ak-outpost-authentik-embedded-outpost
|
||||||
|
port: 9000
|
||||||
tls:
|
tls:
|
||||||
secretName: authentik-tls
|
secretName: authentik-tls
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue