Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: Deploy to Elestio button updated#1118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
12 commits
Select commitHold shift + click to select a range
3e16e89
Merge pull request #1020 from lowcoder-org/dev
FalkWolskyJul 8, 2024
aa8ec31
Merge pull request #1024 from lowcoder-org/dev
FalkWolskyJul 8, 2024
f27dbc4
Merge pull request #1031 from lowcoder-org/dev
FalkWolskyJul 9, 2024
77a30e6
Merge pull request #1034 from lowcoder-org/dev
FalkWolskyJul 10, 2024
9ab8650
Merge pull request #1038 from lowcoder-org/dev
FalkWolskyJul 12, 2024
0191722
Merge pull request #1068 from lowcoder-org/dev
FalkWolskyJul 26, 2024
640522a
Use API service health check for k8s deployments
AlexeyPetroffJul 30, 2024
90e4e81
Merge pull request #1075 from AlexeyPetroff/bugfix/k8s-liveness-readi…
FalkWolskyAug 6, 2024
6173081
Merge pull request #1094 from lowcoder-org/dev
FalkWolskyAug 6, 2024
ee0662d
chore: Deploy to Elestio button updated
kaiwalyakoparkarAug 19, 2024
e2b2af3
update: Deploy on Elestio button change to standard format
kaiwalyakoparkarAug 23, 2024
aed8a57
fix: Button text fixed
kaiwalyakoparkarAug 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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)

[![Deployin minutes on Elest.io](https://raw.githubusercontent.com/elestio-examples/element/main/deploy-on-elestio.png)](https://elest.io/open-source/lowcoder)
[![Deployto 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)
Expand All@@ -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)
[![Watch the video](https://i.ytimg.com/vi/s4ltAqS0hzM/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGD0gSShyMA8=&rs=AOn4CLAlPOIFdtauythoBKNPXhi6XGwlDQ)](https://youtu.be/s4ltAqS0hzM?feature=shared)
4 changes: 2 additions & 2 deletionsdeploy/helm/templates/api-service/deployment.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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 }}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp