We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f705f6 commit 93122acCopy full SHA for 93122ac
charts/knowledge-base/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: knowledge-base
3
description: Knowledge Base frontend and API/backend
4
type: application
5
-version: 0.1.2
+version: 0.1.3
6
appVersion: "0.0.1"
charts/knowledge-base/templates/deployment_api.yaml
@@ -53,10 +53,15 @@ spec:
53
httpGet:
54
path: /knowledgebase/list?pageIndex=0&pageSize=1
55
port: http
56
+ initialDelaySeconds: 5
57
+ failureThreshold: 6
58
+ periodSeconds: 20
59
readinessProbe:
60
61
62
63
+ initialDelaySeconds: 30
64
+ periodSeconds: 30
65
resources:
66
{{- toYaml .Values.api.container.resources | nindent 12 }}
67
volumes:
0 commit comments