This Helm chart deploys Typesense, an open-source, fast, and typo-tolerant search engine, onto a Kubernetes cluster. The source code is based on Spittal/typesense-helm.
- Helm v3.x
- Kubernetes v1.16+
- Persistent Volume (PV) provisioner support in the underlying infrastructure
To add the Typesense repository and install the chart with the release name my-release, run:
$ helm repo add typesense https://marta-barea.github.io/typesense-helm/
$ helm install my-release typesense/typesense -n [namespace]- Repository:
docker.io/typesense/typesense - Tag:
0.25.0 - Pull Policy:
IfNotPresent
- CPU and Memory: No limits or requests specified by default.
- Enabled: Yes
- Path:
/data - Access Mode:
ReadWriteOnce - Size:
25Gi
- Min Available: Set by default to
1 - Enabled: Set by default to
true
- Replicas: 3
- Application Port: 8108
- Liveness Probe: Starts after 60 seconds, times out after 5 seconds.
- Readiness Probe: Starts after 10 seconds, times out after 3 seconds.
- Service Type: Configurable (
ClusterIPby default) - Service Port: Configurable (80 by default)