Skip to content

Commit

Permalink
add meilisearch
Browse files Browse the repository at this point in the history
Signed-off-by: ManAnRuck <[email protected]>
  • Loading branch information
ManAnRuck authored and Manuel Ruck committed Nov 1, 2023
1 parent 8a60b97 commit 5c9c86b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions infra/kustomize/base/main/meilisearch-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ spec:
volumeMounts:
- name: meilisearch-storage
mountPath: /data.ms
envFrom:
- secretRef:
name: meilisearch-config
env:
- name: MEILI_MASTER_KEY
valueFrom:
secretKeyRef:
name: meilisearch-config
key: MEILI_SEARCH_SECRET
---
apiVersion: v1
kind: Service
Expand Down
3 changes: 3 additions & 0 deletions infra/kustomize/base/main/meilisearch-sync-democracy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ spec:
configMapKeyRef:
name: democracy-api-config
key: DB_URL
envFrom:
- secretRef:
name: meilisearch-config
imagePullSecrets:
- name: regcred
Binary file added skaffold
Binary file not shown.

0 comments on commit 5c9c86b

Please sign in to comment.