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

@@ -1,4 +1,3 @@
- Refatorar o arquivo .dockerignore para só deixar copiar os arquivos que forem necessários para a execução do container, pois ele está copiando muitos arquivos desnecessários.
- Criar um gráfico no grafana para cada nova atividade.
- Atualizar a documentação dos métodos alterados.
- Atualizar a documentação do projeto.