hm
This commit is contained in:
parent
59e4045d82
commit
59b636421c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user