We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0191722 + 640522a commit 90e4e81Copy full SHA for 90e4e81
deploy/helm/templates/api-service/deployment.yaml
@@ -61,12 +61,12 @@ spec:
61
livenessProbe:
62
initialDelaySeconds: 30
63
httpGet:
64
- path: /actuator/health
+ path: /api/status/health
65
port: lowcoder-api
66
readinessProbe:
67
68
69
70
71
resources:
72
{{- toYaml .Values.resources | nindent 12 }}
0 commit comments