mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update 3 files
- /traefik/templates/middlewares.yaml - /internalproxy/templates/duplicati-ingress.yaml - /internalproxy/templates/argocd.yaml
This commit is contained in:
parent
f407f4fa01
commit
2fad85a9d7
3 changed files with 18 additions and 1 deletions
|
|
@ -8,6 +8,9 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
middlewares:
|
||||
- name: whitelist
|
||||
namespace: traefik
|
||||
- match: Host(`argocd.internal.durp.info`)
|
||||
kind: Rule
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@ spec:
|
|||
middlewares:
|
||||
- name: authentik-proxy-provider
|
||||
namespace: traefik
|
||||
- name: whitelist
|
||||
namespace: traefik
|
||||
kind: Rule
|
||||
services:
|
||||
- name: duplicati
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue