Thanks to visit codestin.com Credit goes to github.com
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.
1 parent a927bb2 commit 518f1d9Copy full SHA for 518f1d9
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