mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix for eikek/docspell#2498. Removed large ingress paths, that didn't link to any services.
This commit is contained in:
@ -2,31 +2,15 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: docspell-ingress
|
name: docspell-ingress
|
||||||
annotations:
|
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$1
|
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: docspell.example.com
|
- host: docspell.example.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /restserver(/|$)(.*)
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: docspell-restserver
|
name: restserver
|
||||||
port:
|
port:
|
||||||
name: http
|
name: http
|
||||||
- path: /joex(/|$)(.*)
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: docspell-joex
|
|
||||||
port:
|
|
||||||
name: http
|
|
||||||
- path: /solr(/|$)(.*)
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: docspell-solr
|
|
||||||
port:
|
|
||||||
name: solr
|
|
||||||
|
Reference in New Issue
Block a user