File tree Expand file tree Collapse file tree 10 files changed +15
-3
lines changed Expand file tree Collapse file tree 10 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.5.2
21+ version : 0.5.3
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. Versions are not expected to
Original file line number Diff line number Diff line change 5656 tolerations :
5757 {{- toYaml . | nindent 8 }}
5858 {{- end }}
59+ terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
Original file line number Diff line number Diff line change 5656 tolerations :
5757 {{- toYaml . | nindent 8 }}
5858 {{- end }}
59+ terminationGracePeriodSeconds : {{ .Values.indexer.terminationGracePeriodSeconds }}
5960{{- end }}
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ indexer:
1818 pullPolicy : IfNotPresent
1919 # Overrides the image tag whose default is the chart appVersion.
2020 tag : " latest"
21+
22+ terminationGracePeriodSeconds : 180
2123 resources : {}
2224 # We usually recommend not to specify default resources and to leave this as a conscious
2325 # choice for the user. This also increases chances charts run on environments with little
@@ -92,6 +94,8 @@ autoscaling:
9294 targetCPUUtilizationPercentage : 80
9395 # targetMemoryUtilizationPercentage: 80
9496
97+ terminationGracePeriodSeconds : 180
98+
9599networkPolicies :
96100 enabled : false
97101 extraEgress : []
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.10.0
21+ version : 0.10.1
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. Versions are not expected to
Original file line number Diff line number Diff line change 7676 tolerations :
7777 {{- toYaml . | nindent 8 }}
7878 {{- end }}
79+ terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ autoscaling:
7474 targetCPUUtilizationPercentage : 80
7575 # targetMemoryUtilizationPercentage: 80
7676
77+ terminationGracePeriodSeconds : 180
78+
7779networkPolicies :
7880 enabled : false
7981 extraEgress : []
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.7.0
21+ version : 0.7.1
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. Versions are not expected to
Original file line number Diff line number Diff line change 8484 tolerations :
8585 {{- toYaml . | nindent 8 }}
8686 {{- end }}
87+ terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ autoscaling:
7373 targetCPUUtilizationPercentage : 80
7474 # targetMemoryUtilizationPercentage: 80
7575
76+ terminationGracePeriodSeconds : 180
77+
7678networkPolicies :
7779 enabled : false
7880 extraEgress : []
You can’t perform that action at this time.
0 commit comments