feature/jdownloader (#6)
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
37
cluster/apps/plex-and-tools/jdownloader/IngressRoute.yaml
Normal file
37
cluster/apps/plex-and-tools/jdownloader/IngressRoute.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: jdownloader
|
||||
namespace: plex-and-tools
|
||||
labels:
|
||||
app: jdownloader
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`jdownloader.example.org`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: jdownloader
|
||||
port: 5800
|
||||
middlewares:
|
||||
- name: authentik-proxy
|
||||
namespace: authentik
|
||||
- name: security
|
||||
namespace: traefik
|
||||
|
||||
- match: Host(`jdownloader.example.org`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: authentik-proxy
|
||||
namespace: authentik
|
||||
port: http
|
||||
middlewares:
|
||||
- name: security
|
||||
namespace: traefik
|
||||
tls:
|
||||
secretName: jdownloader.example.org
|
||||
options:
|
||||
name: tls-security
|
||||
namespace: traefik
|
||||
Reference in New Issue
Block a user