diff --git a/README.md b/README.md index f599bcb0a..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 in minutes on Elest.io](https://raw.githubusercontent.com/elestio-examples/element/main/deploy-on-elestio.png)](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) @@ -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) 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 }}