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
47125c5d68
commit
b682553b27
1 changed files with 9 additions and 9 deletions
|
|
@ -36,19 +36,19 @@ spec:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`redlib.durp.info`) && PathPrefix(`/`)
|
- match: Host(`redlib.durp.info`) && PathPrefix(`/`)
|
||||||
# middlewares:
|
middlewares:
|
||||||
# - name: authentik-proxy-provider
|
- name: authentik-proxy-provider
|
||||||
# namespace: traefik
|
namespace: traefik
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: redlib
|
- name: redlib
|
||||||
port: 8082
|
port: 8082
|
||||||
# - match: Host(`redlib.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
- match: Host(`redlib.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||||
# kind: Rule
|
kind: Rule
|
||||||
# services:
|
services:
|
||||||
# - name: ak-outpost-master-embedded-outpost
|
- name: ak-outpost-master-embedded-outpost
|
||||||
# namespace: authentik
|
namespace: authentik
|
||||||
# port: 9000
|
port: 9000
|
||||||
tls:
|
tls:
|
||||||
secretName: redlib-tls
|
secretName: redlib-tls
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue