diff --git a/apps/searxng/app/route.yaml b/apps/searxng/app/route.yaml index 1d0736f..4a49c16 100644 --- a/apps/searxng/app/route.yaml +++ b/apps/searxng/app/route.yaml @@ -7,13 +7,8 @@ spec: entryPoints: - web routes: - - match: Host(`search.trivernis.dev`) + - match: Host(`search.trivernis.dev`) || Host(`search.trivernis.net`) kind: Rule services: - name: searxng-srv port: 8080 - - match: Host(`search.trivernis.net`) - kind: Rule - services: - - name: searxng-srv - port: 8080 \ No newline at end of file