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