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

Commit640522a

Browse files
committed
Use API service health check for k8s deployments
1 parent0191722 commit640522a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎deploy/helm/templates/api-service/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ spec:
6161
livenessProbe:
6262
initialDelaySeconds:30
6363
httpGet:
64-
path:/actuator/health
64+
path:/api/status/health
6565
port:lowcoder-api
6666
readinessProbe:
6767
initialDelaySeconds:30
6868
httpGet:
69-
path:/actuator/health
69+
path:/api/status/health
7070
port:lowcoder-api
7171
resources:
7272
{{- toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp