Files
karakeep-mirror/kubernetes/meilisearch-service.yaml
Jose Fuentes Castillo 7ddfcad392 docs: Add Kubernetes installation with Kustomize (#324)
* Add kubernetes installation

* Add kubernetes installation docs

* Simplify config

* Remove the patch to use only amd64 nodes and add sample env file
2024-07-28 21:56:31 -07:00

11 lines
166 B
YAML

apiVersion: v1
kind: Service
metadata:
name: meilisearch
spec:
selector:
app: meilisearch
ports:
- protocol: TCP
port: 7700
targetPort: 7700