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,4 +15,4 @@ 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.6.2
18+ version : 0.7.0
Original file line number Diff line number Diff line change @@ -115,3 +115,6 @@ spec:
115115 tolerations :
116116 {{- toYaml . | nindent 8 }}
117117 {{- end }}
118+ {{- with .Values.terminationGracePeriodSeconds }}
119+ terminationGracePeriodSeconds : {{ . }}
120+ {{- end }}
Original file line number Diff line number Diff line change @@ -169,3 +169,5 @@ autoscaling:
169169 maxReplicas : 2
170170 targetMemory : 80
171171 targetCPU : 80
172+
173+ # terminationGracePeriodSeconds: 30
You can’t perform that action at this time.
0 commit comments