Reviewed-on: #1 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #1.
This commit is contained in:
18
k8s/23_ingress_paperless.yaml
Normal file
18
k8s/23_ingress_paperless.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
namespace: paperless
|
||||
name: ingressroute
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host(`paperless.t00n.de`)
|
||||
middlewares:
|
||||
- name: localipfilter
|
||||
namespace: kube-system
|
||||
services:
|
||||
- kind: Service
|
||||
name: webserver
|
||||
port: 8000
|
||||
Reference in New Issue
Block a user