From 9c47a2080811dd8f71f81ff0ce4cba4ca9add7d6 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 10 Aug 2023 13:44:30 +0200 Subject: [PATCH] Fix execution path --- src/main/resources/taiga/taiga-async-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/taiga/taiga-async-deployment.yaml b/src/main/resources/taiga/taiga-async-deployment.yaml index e768175..2ad6940 100644 --- a/src/main/resources/taiga/taiga-async-deployment.yaml +++ b/src/main/resources/taiga/taiga-async-deployment.yaml @@ -18,7 +18,7 @@ spec: - name: taiga-async image: taigaio/taiga-back:latest imagePullPolicy: IfNotPresent - command: ["async_entrypoint.sh"] # ToDo: Fix execution path + command: ["/taiga-back/docker/async_entrypoint.sh"] ports: - name: http containerPort: 8000