mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
Update file duplicati-ingress.yaml
This commit is contained in:
parent
4a798534c9
commit
fbf7dce34b
1 changed files with 18 additions and 18 deletions
|
|
@ -82,9 +82,6 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
middlewares:
|
|
||||||
- name: authentik
|
|
||||||
namespace: traefik
|
|
||||||
- match: Host(`duplicati.internal.durp.info`) && PathPrefix(`/`)
|
- match: Host(`duplicati.internal.durp.info`) && PathPrefix(`/`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
|
|
@ -92,6 +89,9 @@ spec:
|
||||||
port: 8200
|
port: 8200
|
||||||
- match: Host(`duplicati.internal.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
- match: Host(`duplicati.internal.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
middlewares:
|
||||||
|
- name: default-auth
|
||||||
|
- name: auth-redirect
|
||||||
services:
|
services:
|
||||||
- name: ak-outpost-authentik-embedded-outpost
|
- name: ak-outpost-authentik-embedded-outpost
|
||||||
port: 80
|
port: 80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue