Update file duplicati-ingress.yaml

This commit is contained in:
DeveloperDurp 2023-04-10 01:04:17 +00:00
parent 4a798534c9
commit fbf7dce34b

View file

@ -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