parent
6f252efbb6
commit
625771ffdc
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 "/var/lib/meili/dumps/${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
Reference in a new issue