Change searxng route to simpler syntax

main
trivernis 1 year ago
parent 1791a7879a
commit 5498180b2c
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -7,12 +7,7 @@ spec:
entryPoints:
- web
routes:
- match: Host(`search.trivernis.dev`)
kind: Rule
services:
- name: searxng-srv
port: 8080
- match: Host(`search.trivernis.net`)
- match: Host(`search.trivernis.dev`) || Host(`search.trivernis.net`)
kind: Rule
services:
- name: searxng-srv

Loading…
Cancel
Save