Skip to content

Commit cf1f9c8

Browse files
committed
Fixed incorrect values
1 parent c204875 commit cf1f9c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/relution/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ spec:
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
- |

charts/relution/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ securityContext: {}
2323

2424
hostAliases: []
2525

26+
terminationGracePeriodSeconds: 30
27+
2628
service:
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

0 commit comments

Comments
 (0)