This commit is contained in:
Simen Røstvik 2022-11-15 13:47:22 +01:00
parent 110b216064
commit e9542ce6c7
No known key found for this signature in database

View File

@ -44,6 +44,18 @@ 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: