Skip to content

Commit 93122ac

Browse files
committed
giving the kb-api more time to come up
1 parent 3f705f6 commit 93122ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charts/knowledge-base/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: knowledge-base
33
description: Knowledge Base frontend and API/backend
44
type: application
5-
version: 0.1.2
5+
version: 0.1.3
66
appVersion: "0.0.1"

charts/knowledge-base/templates/deployment_api.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,15 @@ spec:
5353
httpGet:
5454
path: /knowledgebase/list?pageIndex=0&pageSize=1
5555
port: http
56+
initialDelaySeconds: 5
57+
failureThreshold: 6
58+
periodSeconds: 20
5659
readinessProbe:
5760
httpGet:
5861
path: /knowledgebase/list?pageIndex=0&pageSize=1
5962
port: http
63+
initialDelaySeconds: 30
64+
periodSeconds: 30
6065
resources:
6166
{{- toYaml .Values.api.container.resources | nindent 12 }}
6267
volumes:

0 commit comments

Comments
 (0)