SIENTIAPDE-1350: Improve Docker image build context and fix queue names

This commit refactors the .dockerignore file to use a whitelist approach, significantly reducing the Docker image size by excluding unnecessary files. It also fixes the queue names in values.yaml and adds TEMPORAL_USE_TLS to the test environment.
This commit is contained in:
Bruno Domingues
2025-11-26 17:52:44 -03:00
parent c281969381
commit 11aaa0780f
4 changed files with 86 additions and 215 deletions

View File

@@ -188,9 +188,9 @@ env:
- name: TEMPORAL_NAMESPACE
value: "model-manager"
- name: TRAIN_TASK_QUEUE
value: "train_model_queue"
value: "train_model-queue"
- name: CLEANUP_TASK_QUEUE
value: "cleanup_queue"
value: "cleanup-queue"
- name: TEMPORAL_USE_TLS
value: "false"