mirror of
https://github.com/karakeep-app/karakeep.git
synced 2025-12-12 20:35:52 +01:00
* Add kubernetes installation * Add kubernetes installation docs * Simplify config * Remove the patch to use only amd64 nodes and add sample env file
11 lines
166 B
YAML
11 lines
166 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: meilisearch
|
|
spec:
|
|
selector:
|
|
app: meilisearch
|
|
ports:
|
|
- protocol: TCP
|
|
port: 7700
|
|
targetPort: 7700 |