pratapalakshmi

Results 22 issues of 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....

documentation
enhancement
Review effort [1-5]: 2

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...

enhancement
Review effort [1-5]: 3

## **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,...

bug_fix
Review effort [1-5]: 2

## **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...

enhancement
Review effort [1-5]: 2

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: ![image](https://github.com/ballerine-io/ballerine/assets/137189067/5ccd9c76-7e71-4a93-935f-e7a53dceb229) Workflow-dashboard: KYB-APP:

bug

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...

feature request

## 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...