From 640522a2790728e97dafa54011e7273fc2ae752d Mon Sep 17 00:00:00 2001 From: Alex Pietrow Date: Tue, 30 Jul 2024 10:06:35 +1000 Subject: [PATCH 1/4] Use API service health check for k8s deployments --- deploy/helm/templates/api-service/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/templates/api-service/deployment.yaml b/deploy/helm/templates/api-service/deployment.yaml index af82ac079..0294c116f 100644 --- a/deploy/helm/templates/api-service/deployment.yaml +++ b/deploy/helm/templates/api-service/deployment.yaml @@ -61,12 +61,12 @@ spec: livenessProbe: initialDelaySeconds: 30 httpGet: - path: /actuator/health + path: /api/status/health port: lowcoder-api readinessProbe: initialDelaySeconds: 30 httpGet: - path: /actuator/health + path: /api/status/health port: lowcoder-api resources: {{- toYaml .Values.resources | nindent 12 }} From ee0662de99dd65d77ba1cb71dfe8d41b0ba1bd3d Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Mon, 19 Aug 2024 10:16:26 +0000 Subject: [PATCH 2/4] chore: Deploy to Elestio button updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f599bcb0a..26960bc51 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ And we mean it... Day by day! ## 💻 Deployment Options [![Deploy to AWS using Stitch](https://img.shields.io/badge/deploy_with-Stitch-%23E369F7?logo=amazonaws&color=%23E369F7)](https://deploy.stitch.tech/lowcoder/lowcoder) -[![Deploy in minutes on Elest.io](https://raw.githubusercontent.com/elestio-examples/element/main/deploy-on-elestio.png)](https://elest.io/open-source/lowcoder) +[![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/lowcoder) You can access Lowcoder from [cloud-hosted version](https://app.lowcoder.cloud/) at any time, or use the following resources for self-host Lowcoder on different platforms: - [Docker](https://docs.lowcoder.cloud/lowcoder-documentation/setup-and-run/self-hosting) From e2b2af330c21a666645d2de686f054a9ebafaf86 Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Fri, 23 Aug 2024 15:58:28 +0530 Subject: [PATCH 3/4] update: Deploy on Elestio button change to standard format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26960bc51..21f6c5853 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ And we mean it... Day by day! ## 💻 Deployment Options [![Deploy to AWS using Stitch](https://img.shields.io/badge/deploy_with-Stitch-%23E369F7?logo=amazonaws&color=%23E369F7)](https://deploy.stitch.tech/lowcoder/lowcoder) -[![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/lowcoder) +[![Deploy on Elestio](https://img.shields.io/badge/Deploy_on-Elestio-%23E369F7?color=orange)](https://elest.io/open-source/lowcoder) You can access Lowcoder from [cloud-hosted version](https://app.lowcoder.cloud/) at any time, or use the following resources for self-host Lowcoder on different platforms: - [Docker](https://docs.lowcoder.cloud/lowcoder-documentation/setup-and-run/self-hosting) @@ -110,4 +110,4 @@ Like ... [@Darkjamin](https://github.com/Darkjamin), [@spacegoats-io](https://g ## Intro Video -[![Watch the video](https://i.ytimg.com/vi/s4ltAqS0hzM/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGD0gSShyMA8=&rs=AOn4CLAlPOIFdtauythoBKNPXhi6XGwlDQ)](https://youtu.be/s4ltAqS0hzM?feature=shared) \ No newline at end of file +[![Watch the video](https://i.ytimg.com/vi/s4ltAqS0hzM/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGD0gSShyMA8=&rs=AOn4CLAlPOIFdtauythoBKNPXhi6XGwlDQ)](https://youtu.be/s4ltAqS0hzM?feature=shared) From aed8a578a06bea1efb4bcd9e595f5f9224ffadd5 Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Fri, 23 Aug 2024 15:59:39 +0530 Subject: [PATCH 4/4] fix: Button text fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f6c5853..6ba2fff86 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ And we mean it... Day by day! ## 💻 Deployment Options [![Deploy to AWS using Stitch](https://img.shields.io/badge/deploy_with-Stitch-%23E369F7?logo=amazonaws&color=%23E369F7)](https://deploy.stitch.tech/lowcoder/lowcoder) -[![Deploy on Elestio](https://img.shields.io/badge/Deploy_on-Elestio-%23E369F7?color=orange)](https://elest.io/open-source/lowcoder) +[![Deploy to Elestio](https://img.shields.io/badge/Deploy_to-Elestio-%23E369F7?color=orange)](https://elest.io/open-source/lowcoder) You can access Lowcoder from [cloud-hosted version](https://app.lowcoder.cloud/) at any time, or use the following resources for self-host Lowcoder on different platforms: - [Docker](https://docs.lowcoder.cloud/lowcoder-documentation/setup-and-run/self-hosting)