final attempt before I give up for today
This commit is contained in:
+15
-14
@@ -1,20 +1,21 @@
|
||||
image:
|
||||
repository: searxng/searxng
|
||||
tag: "latest"
|
||||
repository: searxng/searxng
|
||||
tag: "latest"
|
||||
|
||||
service:
|
||||
type: NodePort # or ClusterIP if using ingress
|
||||
# nodePort: 30081
|
||||
type: NodePort # expose service externally
|
||||
nodePort: 30081
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
className: nginx
|
||||
hosts:
|
||||
- host: searxng.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
enabled: false
|
||||
className: nginx
|
||||
hosts:
|
||||
- host: searxng.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
||||
# env:
|
||||
# SEARXNG_SECRET: "please-change-me"
|
||||
# # helps with URL generation & results links
|
||||
# BASE_URL: "http://searxng.local/"
|
||||
# SEARXNG_SECRET: "please-change-me"
|
||||
# # helps with URL generation & results links
|
||||
# BASE_URL: "http://searxng.local/"
|
||||
Reference in New Issue
Block a user