Files
chart/library/ix-dev/community/searxng/ci/extra-values.yaml
Stavros Kois 0ef9035e82 NAS-122990 / 23.10 / Add searxng to community train (#1362)
* Add `searxng` to `community` train

* add tempaltes

* add UI and metadata

* update readme

* remove non-existent option

* bump
2023-07-17 16:09:35 +03:00

15 lines
334 B
YAML

searxngNetwork:
webPort: 31000
searxngStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
mountPath: /data2