diff --git a/README.md b/README.md index cd7c68f..13179e7 100644 --- a/README.md +++ b/README.md @@ -126,4 +126,8 @@ npm start For more detailed instructions refer to the service-specific README files in their respective directories. +## Tratteria Documentation +For detailed documentation and setup guides of tratteria please visit tratteria official documentation page: [tratteria.io](https://tratteria.io) + +## Contribute to Tratteria Contributions to the project are welcome, including feature enhancements, bug fixes, and documentation improvements. \ No newline at end of file diff --git a/deploy/alpha-stocks-dev/tratteria/kubernetes/tratteria-deployment.yaml b/deploy/alpha-stocks-dev/tratteria/kubernetes/tratteria-deployment.yaml index 07f104d..473a947 100644 --- a/deploy/alpha-stocks-dev/tratteria/kubernetes/tratteria-deployment.yaml +++ b/deploy/alpha-stocks-dev/tratteria/kubernetes/tratteria-deployment.yaml @@ -4,7 +4,7 @@ metadata: name: tratteria namespace: alpha-stocks-dev # Replace [your-namespace] with your Kubernetes namespace spec: - replicas: 1 + replicas: 3 selector: matchLabels: app: tratteria diff --git a/gateway/README.md b/gateway/README.md index 4e650e7..e6f7622 100644 --- a/gateway/README.md +++ b/gateway/README.md @@ -1,11 +1,13 @@ # Gateway Service -The Gateway Service acts as the entry point to the TraTs-Demo-Svcs platform, performing the role of a reverse proxy that routes incoming requests to the appropriate backend services, such as the Orders and Stocks services. +The Gateway Service acts as the entry point to Alpha Stocks, performing the role of a reverse proxy that routes incoming requests to the appropriate backend services, such as the Orders and Stocks services. ## Features - **Request Routing**: Directs incoming requests to the correct service based on the request path and method. -- **Security and User Authentication**: Integrates with the Auth service to perform tasks such as user authentication and token generation. +- **User Authentication**: Integrates with the Auth service to perform tasks such as user authentication. + +- **TraT Generation**: Requests TraT tokens from the Tratteria service for incoming external requests and propagates the generated TraTs through the `Txn-Token` request header. This service is containerized and intended to be run as part of the overall project using Docker Compose. Refer to the main project README for instructions on how to run the entire suite of services. \ No newline at end of file