Skip to content

Commit

Permalink
quickfix KB-api probes
Browse files Browse the repository at this point in the history
  • Loading branch information
js-sub committed Aug 23, 2024
1 parent dd353d0 commit 26fbc0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/knowledge-base/templates/deployment_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ spec:
containerPort: 8181
protocol: TCP
livenessProbe:
# quickfix for the probes. Should use spring-boot endpoints in the future
httpGet:
path: /
path: /knowledgebase/list?pageIndex=0&pageSize=1
port: http
readinessProbe:
httpGet:
path: /
path: /knowledgebase/list?pageIndex=0&pageSize=1
port: http
resources:
{{- toYaml .Values.api.container.resources | nindent 12 }}
Expand Down

0 comments on commit 26fbc0f

Please sign in to comment.