mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 13:19:20 +08:00
* Add `searxng` to `community` train * add tempaltes * add UI and metadata * update readme * remove non-existent option * bump
24 lines
353 B
YAML
24 lines
353 B
YAML
image:
|
|
repository: searxng/searxng
|
|
pullPolicy: IfNotPresent
|
|
tag: 2023.7.7-cada89ee
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
searxngConfig:
|
|
instanceName: SearXNG
|
|
additionalEnvs: []
|
|
|
|
searxngNetwork:
|
|
webPort: 30053
|
|
hostNetwork: false
|
|
|
|
searxngStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
additionalStorages: []
|