File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.3
18+ version : 0.1.4
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 2929 containerPort : 6011
3030 resources :
3131{{ toYaml .Values.resources | nindent 12 }}
32- livenessProbe :
33- httpGet :
34- path : /
35- port : http
36- initialDelaySeconds : 60
37- periodSeconds : 10
38- timeoutSeconds : 5
39- failureThreshold : 3
40- readinessProbe :
41- httpGet :
42- path : /
43- port : http
44- initialDelaySeconds : 30
45- periodSeconds : 5
46- timeoutSeconds : 3
47- failureThreshold : 3
4832 env :
4933 - name : EXCLUSIVE_VOLUME_SIZE
5034 value : " {{ .Values.persistence.size }}"
Original file line number Diff line number Diff line change @@ -23,3 +23,8 @@ resources:
2323# UI Ingress Configuration
2424ui :
2525 enabled : false # Set to true to enable the web UI
26+
27+ hosts :
28+ configuration :
29+ baseHost : " "
30+ cache : " "
You can’t perform that action at this time.
0 commit comments