File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5454 hostAliases :
5555 {{- toYaml .Values.hostAliases | nindent 8 }}
5656 {{- end }}
57+ terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
5758 {{- if .Values.heapDumpExporter.enabled }}
5859 initContainers :
5960 - name : volume-permission
@@ -149,7 +150,6 @@ spec:
149150 - name : heap-dump-exporter
150151 image : " {{ .Values.heapDumpExporter.image.repository }}:{{ .Values.heapDumpExporter.image.tag }}"
151152 imagePullPolicy : {{ .Values.heapDumpExporter.image.pullPolicy }}
152- terminationGracePeriodSeconds : {{ .Values.heapDumpExporter.terminationGracePeriodSeconds }}
153153 command : ["/bin/sh", "-c"]
154154 args :
155155 - |
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ securityContext: {}
2323
2424hostAliases : []
2525
26+ terminationGracePeriodSeconds : 30
27+
2628service :
2729 type : ClusterIP
2830 port : 80
@@ -167,7 +169,6 @@ heapDumpExporter:
167169 repository : amazon/aws-cli
168170 pullPolicy : IfNotPresent
169171 tag : " 2.9.13"
170- terminationGracePeriodSeconds : 30
171172 directory : /opt/relution/log
172173 s3 :
173174 endpointUrl : https://s3.eu-central-1.amazonaws.com
You can’t perform that action at this time.
0 commit comments