2491875d71
Co-authored-by: Renovate Bot <bot@renovateapp.com> |
||
---|---|---|
.. | ||
ci | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README_CHANGELOG.md.gotmpl | ||
README_CONFIG.md.gotmpl | ||
README.md | ||
README.md.gotmpl | ||
values.yaml |
searx
Searx is a privacy-respecting, hackable metasearch engine
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Source Code
Requirements
Kubernetes: >=1.16.0-0
Dependencies
Repository | Name | Version |
---|---|---|
https://library-charts.k8s-at-home.com | common | 2.2.0 |
TL;DR
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install searx k8s-at-home/searx
Installing the Chart
To install the chart with the release name searx
helm install searx k8s-at-home/searx
Uninstalling the Chart
To uninstall the searx
deployment
helm uninstall searx
The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.
Configuration
Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
helm install searx \
--set env.TZ="America/New York" \
k8s-at-home/searx
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
helm install searx k8s-at-home/searx -f values.yaml
Custom configuration
N/A
Values
Important: When deploying an application Helm chart you can add more values from our common library chart here
Key | Type | Default | Description |
---|---|---|---|
additionalContainers[0].image | string | "caddy:2.2.0-alpine" |
|
additionalContainers[0].name | string | "caddy" |
|
additionalContainers[0].ports[0].containerPort | int | 80 |
|
additionalContainers[0].ports[0].name | string | "http" |
|
additionalContainers[0].volumeMounts[0].mountPath | string | "/etc/caddy/Caddyfile" |
|
additionalContainers[0].volumeMounts[0].name | string | "searx-config" |
|
additionalContainers[0].volumeMounts[0].subPath | string | "Caddyfile" |
|
additionalContainers[0].volumeMounts[1].mountPath | string | "/srv/searx-checker" |
|
additionalContainers[0].volumeMounts[1].name | string | "searx-checker" |
|
additionalContainers[1].args[0] | string | "-listen" |
|
additionalContainers[1].args[1] | string | "0.0.0.0:4040" |
|
additionalContainers[1].args[2] | string | "-api" |
|
additionalContainers[1].args[3] | string | "0.0.0.0:4041" |
|
additionalContainers[1].args[4] | string | "-target" |
|
additionalContainers[1].args[5] | string | "localhost:8080" |
|
additionalContainers[1].image | string | "dalf/filtron:latest" |
|
additionalContainers[1].imagePullPolicy | string | "Always" |
|
additionalContainers[1].name | string | "filtron" |
|
additionalContainers[1].ports[0].containerPort | int | 4040 |
|
additionalContainers[1].ports[0].name | string | "filtron" |
|
additionalContainers[1].ports[1].containerPort | int | 4041 |
|
additionalContainers[1].ports[1].name | string | "api" |
|
additionalContainers[1].volumeMounts[0].mountPath | string | "/etc/filtron/rules.json" |
|
additionalContainers[1].volumeMounts[0].name | string | "searx-config" |
|
additionalContainers[1].volumeMounts[0].subPath | string | "rules.json" |
|
additionalContainers[2].args[0] | string | "-listen" |
|
additionalContainers[2].args[1] | string | "localhost:3000" |
|
additionalContainers[2].args[2] | string | "-timeout" |
|
additionalContainers[2].args[3] | string | "6" |
|
additionalContainers[2].args[4] | string | "ipv6" |
|
additionalContainers[2].envFrom[0].secretRef.name | string | "searx-config" |
|
additionalContainers[2].image | string | "dalf/morty:latest" |
|
additionalContainers[2].imagePullPolicy | string | "Always" |
|
additionalContainers[2].name | string | "morty" |
|
additionalContainers[2].ports[0].containerPort | int | 3000 |
|
additionalContainers[2].ports[0].name | string | "morty" |
|
additionalContainers[3].args[0] | string | "-cron" |
|
additionalContainers[3].args[1] | string | "-o" |
|
additionalContainers[3].args[2] | string | "html/data/status.json" |
|
additionalContainers[3].args[3] | string | "http://localhost:8080" |
|
additionalContainers[3].image | string | "searx/searx-checker:latest" |
|
additionalContainers[3].name | string | "searx-checker" |
|
additionalContainers[3].volumeMounts[0].mountPath | string | "/usr/local/searx-checker/html/data" |
|
additionalContainers[3].volumeMounts[0].name | string | "searx-checker" |
|
additionalVolumes[0].configMap.name | string | "searx-config" |
|
additionalVolumes[0].name | string | "searx-config" |
|
additionalVolumes[1].emptyDir | object | {} |
|
additionalVolumes[1].name | string | "searx-checker" |
|
envFrom[0].secretRef.name | string | "searx-config" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "searx/searx" |
|
image.tag | string | "0.18.0" |
|
ingress.enabled | bool | false |
|
persistence.config.emptyDir.enabled | bool | false |
|
persistence.config.enabled | bool | false |
|
searx.baseUrl | string | "https://searx.DOMAIN" |
|
searx.existingSecret.enabled | bool | false |
|
searx.mortyKey | string | "changeme" |
|
service.port.port | int | 80 |
|
strategy.type | string | "Recreate" |
Changelog
All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0
Added
- N/A
Changed
- N/A
Removed
- N/A
Support
Autogenerated from chart metadata using helm-docs v1.5.0