Skip to content

Commit

Permalink
giving the kb-api more time to come up
Browse files Browse the repository at this point in the history
  • Loading branch information
js-sub committed Aug 23, 2024
1 parent 3f705f6 commit 93122ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/knowledge-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: knowledge-base
description: Knowledge Base frontend and API/backend
type: application
version: 0.1.2
version: 0.1.3
appVersion: "0.0.1"
5 changes: 5 additions & 0 deletions charts/knowledge-base/templates/deployment_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ spec:
httpGet:
path: /knowledgebase/list?pageIndex=0&pageSize=1
port: http
initialDelaySeconds: 5
failureThreshold: 6
periodSeconds: 20
readinessProbe:
httpGet:
path: /knowledgebase/list?pageIndex=0&pageSize=1
port: http
initialDelaySeconds: 30
periodSeconds: 30
resources:
{{- toYaml .Values.api.container.resources | nindent 12 }}
volumes:
Expand Down

0 comments on commit 93122ac

Please sign in to comment.