File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ kubeVersion: ">=1.14.0-0"
1818
1919# This is the chart version. This version number should be incremented each time you make changes
2020# to the chart and its templates, including the app version.
21- version : 0.1.9
21+ version : 0.1.10
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change @@ -163,16 +163,16 @@ spec:
163163 successThreshold : 3
164164 timeoutSeconds : 2
165165 periodSeconds : 5
166- livenessProbe :
167- failureThreshold : 3
168- httpGet :
169- path : /status
170- port : 3000
171- scheme : HTTP
172- initialDelaySeconds : 3
173- periodSeconds : 5
174- successThreshold : 1
175- timeoutSeconds : 2
166+ livenessProbe :
167+ failureThreshold : 3
168+ httpGet :
169+ path : /status
170+ port : 3000
171+ scheme : HTTP
172+ initialDelaySeconds : 3
173+ periodSeconds : 5
174+ successThreshold : 1
175+ timeoutSeconds : 2
176176 restartPolicy : Always
177177 {{ if .Values.codimd.imageStorePersistentVolume.enabled }}
178178 volumes :
You can’t perform that action at this time.
0 commit comments