parent
6f252efbb6
commit
715f50e939
1 changed files with 6 additions and 1 deletions
|
@ -5,8 +5,13 @@ environment:
|
||||||
auth:
|
auth:
|
||||||
existingMasterKeySecret: meili-credentials
|
existingMasterKeySecret: meili-credentials
|
||||||
|
|
||||||
|
command:
|
||||||
|
- /bin/ash
|
||||||
|
- -c
|
||||||
|
- "/bin/meilisearch --import-dump $(ls /var/lib/meili/dumps | sort -r | head -n 1)"
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: false
|
||||||
storageClass: hcloud-volumes
|
storageClass: hcloud-volumes
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue