Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
apiVersion: v2
name: typesense
description: >-
Deploy Typesense search engine on Kubernetes with Raft-based HA clustering,
Prometheus metrics, and Gateway API support. This chart is not officially
maintained by or affiliated with the Typesense project.
Deploy Typesense search engine on Kubernetes with Raft-based HA clustering, Prometheus metrics, and Gateway API support. This chart is not officially maintained by or affiliated with the Typesense project.
type: application
version: 1.1.1
version: 1.1.2
appVersion: "30.1"
icon: https://typesense.org/typesense-logo.svg
home: https://github.com/hackthebox/typesense-helm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# typesense

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 30.1](https://img.shields.io/badge/AppVersion-30.1-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 30.1](https://img.shields.io/badge/AppVersion-30.1-informational?style=flat-square)

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/typesense)](https://artifacthub.io/packages/search?repo=typesense)

Expand Down
2 changes: 2 additions & 0 deletions templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
appProtocol: http2
name: http
selector:
{{- include "typesense.selectorLabels" . | nindent 4 }}
Expand All @@ -32,6 +33,7 @@ spec:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
appProtocol: http2
name: http
- port: 8107
targetPort: tcp-peering
Expand Down
3 changes: 3 additions & 0 deletions tests/service_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tests:
port: 8108
targetPort: http
protocol: TCP
appProtocol: http2
name: http
- contains:
path: .spec.ports
Expand Down Expand Up @@ -81,6 +82,7 @@ tests:
port: 8108
targetPort: http
protocol: TCP
appProtocol: http2
name: http
- it: should render the service when gateway is enabled with correct spec
set:
Expand All @@ -104,6 +106,7 @@ tests:
port: 8108
targetPort: http
protocol: TCP
appProtocol: http2
name: http
- it: should be possible to override the service port for both services
set:
Expand Down
2 changes: 1 addition & 1 deletion values.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# typesense

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 30.1](https://img.shields.io/badge/AppVersion-30.1-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 30.1](https://img.shields.io/badge/AppVersion-30.1-informational?style=flat-square)

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/typesense)](https://artifacthub.io/packages/search?repo=typesense)

Expand Down
Loading