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

Commit90e4e81

Browse files
authored
Merge pull request#1075 from AlexeyPetroff/bugfix/k8s-liveness-readiness-fix
Use API service health check for k8s deployments
2 parents0191722 +640522a commit90e4e81

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