Test and improve AKS deployment (#336)

* Test configuration for Azure deployment
* ci: re-enable docker build/push
* ci: docker push labeled PRs
* Use `make deploy` for both local and azure deployments
* doc: update AKS_DEPLOYMENT doc
* add confirmation in Makefile
* Make resource group location configurable
This commit is contained in:
Riccardo Schirone
2025-09-08 16:57:08 +02:00
committed by GitHub
parent f375539499
commit 3fd777063b
18 changed files with 534 additions and 155 deletions
+2 -2
View File
@@ -28,5 +28,5 @@ cd dev/docker-compose && docker-compose down
- This setup is **not recommended for production** - use the Kubernetes deployment instead
- Primarily useful for developers who need to run individual components for testing
- The main deployment method is now Kubernetes via `make deploy-local` from the repository root
- See the main [README](../../README.md) for the recommended setup instructions
- The main deployment method is now Kubernetes via `make deploy` from the repository root
- See the main [README](../../README.md) for the recommended setup instructions