Skip to content

Commit 90e4e81

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)