more fixes and value files

This commit is contained in:
ION606
2025-09-12 13:46:12 -04:00
parent 899b866142
commit d2101345dc
7 changed files with 91 additions and 46 deletions
+20
View File
@@ -0,0 +1,20 @@
image:
repository: searxng/searxng
tag: "latest"
service:
type: NodePort # or ClusterIP if using ingress
# nodePort: 30081
ingress:
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/"