.. | ||
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 | 4.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 |
---|---|---|---|
caddy.noTls | bool | false |
caddy sidecar disable auto tls if behind another loadbalancer or ingress |
caddy.pullPolicy | string | "IfNotPresent" |
caddy sidecar image pull policy |
caddy.repository | string | "caddy" |
caddy sidecar image repository |
caddy.tag | string | "2.2.0-alpine" |
caddy sidecar image tag |
filtron.pullPolicy | string | "Always" |
filtron sidecar image pull policy |
filtron.repository | string | "dalf/filtron" |
filtron sidecar image repository |
filtron.tag | string | "latest" |
filtron sidecar image tag |
image.pullPolicy | string | "IfNotPresent" |
image pull policy |
image.repository | string | "searx/searx" |
image repository |
image.tag | string | "1.0.0-211-968b2899" |
image tag |
ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
morty.pullPolicy | string | "Always" |
morty sidecar image pull policy |
morty.repository | string | "dalf/morty" |
morty sidecar image repository |
morty.tag | string | "latest" |
morty sidecar image tag |
persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
searx.baseUrl | string | "https://searx.DOMAIN" |
External URL where the application is reachable |
searx.existingSecret | string | nil |
Specify an existing secret that contains the environment variables required for the application configuration. |
searx.mortyKey | string | "changeme" |
Generate a random key used by Morty (Privacy aware web content sanitizer proxy as a service). Example : openssl rand -base64 24 |
service | object | See values.yaml | Configures service settings for the chart. |
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.
[5.3.0]
Added
- Expose
resources
for all containers
[5.1.0]
Changed
- Removed searx-checker container from Helm chart because it's integrated into Searx.
- Added the
caddy.noTls
option to disable automatic Let's Encrypt certificates for situations where Searx is running behind another Ingress controller that handles certificates. - Changed image tag to
1.0.0-211-968b2899
.
5.0.0
Changed
- Upgraded the common library dependency to version 4.0.0. This introduced (potentially) breaking changes to
initContainers
andadditionalContainers
. Be sure to check out the library chart for the up-to-date values.
4.0.0
Changed
- BREAKING: Upgraded the common library dependency to version 3.2.0. This introduces several breaking changes (
service
,ingress
andpersistence
keys have been refactored). Be sure to check out the library chart for the up-to-date values. - BREAKING: The additional containers have been moved to a hardcoded list
- Changed image tag to
1.0.0
.
1.0.0
Added
- Initial version
Support
Autogenerated from chart metadata using helm-docs v1.5.0