This commit is contained in:
Simen Røstvik 2022-11-15 13:44:45 +01:00
parent 82a82f4240
commit 59e4045d82
2 changed files with 2 additions and 14 deletions

View File

@ -44,18 +44,6 @@ spec:
- key: "uwsgi"
path: "uwsgi.ini"
---
apiVersion: v1
kind: Service
metadata:
name: searxng
spec:
type: ClusterIP
selector:
app: searxng
ports:
- port: 8080
targetPort: 8080
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:

View File

@ -44,7 +44,7 @@ spec:
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: longhorn-system
name: longhorn-traefik
namespace: longhorn-system
spec:
entryPoints:
@ -54,5 +54,5 @@ spec:
match: Host("longhorn.roxedus.com")
priority: 10
services:
- name: longhorn-traefik
- name: longhorn-frontend
port: 80