pratapalakshmi
pratapalakshmi
## **Type** documentation, enhancement ___ ## **Description** - Reorganized documentation sidebar to better separate installation and deployment guides. - Introduced new deployment guides for Docker, Ansible, Kubernetes, and HTTPS configuration....
Expected-output: we shall write the output of info.json and we can push it to any api based on the necessity ``` root@c552b4b0e106:/app# % ❯ docker exec -it -u root c552b4b0e106...
## **Type** bug_fix ___ ## **Description** - Updated Ansible tasks to use a variable `install_dir` for defining paths, enhancing flexibility in deployment. - Modified conditions to check for `vite_api_url` length,...
## **Type** enhancement ___ ## **Description** - Added a new `docker-compose` configuration for deploying Ballerine services, specifically the `ballerine-workflow-service` and a PostgreSQL database (`ballerine-postgres`). - The `ballerine-workflow-service` is configured to...
Depends-on: [2007](https://github.com/ballerine-io/ballerine/pull/2007)
Add hpa support for ballerine apps
Upon deploying ballerine on ec2 instance. I tried accessing ballerine and i see the following. However, the same steps worked a week back Back office:  Workflow-dashboard: KYB-APP:
Currently, when you deploy ballerine services you see apps are deployed but cannot be run on HTTPS. This is because there is no load-balancer that helps redirecting the traffic and...
## Summary by CodeRabbit - **New Features** - Introduced a global `env` variable for configuration. - Added a new `entrypoint.sh` script for environment variable setup. - **Enhancements** - Streamlined application...