commit 3158339972f27255fddda81bf9fea735fbb7fde6 parent 7cf66d9626430ff58c1fef2e942e2b48c9518cfd Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 11 Apr 2026 20:48:48 +0200 try to fix 500 issues Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/wanderer/pocketbase.yaml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/wanderer/pocketbase.yaml b/apps/talos_cluster/wanderer/pocketbase.yaml @@ -15,6 +15,10 @@ spec: labels: app: wanderer-db spec: + initContainers: + - name: wait-for-meilisearch + image: busybox:1.36 + command: ['sh', '-c', 'until wget -qO- http://wanderer-search:7700/health; do echo waiting for meilisearch; sleep 2; done'] containers: - name: pocketbase image: flomp/wanderer-db:latest