Commit f961c4f5 authored by Simon Pastor's avatar Simon Pastor
Browse files

NA557, termination for pods takes too long

parent 1d679589
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ spec:
                  name: {{ template "couchdb.fullname" . }}
                  key: adminPassword
{{- end }}
      terminationGracePeriodSeconds: 5
{{- if .Values.nodeSelector }}
      nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ spec:
              name: tls-cert
              readOnly: true
{{- end }}
      terminationGracePeriodSeconds: 5
{{- if .Values.nodeSelector }}
      nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
+1 −0
Original line number Diff line number Diff line
@@ -136,6 +136,7 @@ spec:
          subPath: elasticsearch.keystore
          readOnly: true
{{- end }}
      terminationGracePeriodSeconds: 5
{{- if .Values.image.pullSecrets }}
      imagePullSecrets:
      {{- range $pullSecret := .Values.image.pullSecrets }}
+1 −0
Original line number Diff line number Diff line
@@ -172,6 +172,7 @@ spec:
{{- with .Values.extraContainers }}
{{ tpl . $ | indent 6 }}
{{- end }}
      terminationGracePeriodSeconds: 5
    {{- if .Values.image.pullSecrets }}
      imagePullSecrets:
{{ toYaml .Values.image.pullSecrets | indent 8 }}
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ spec:
          timeoutSeconds: 5
        resources:
{{ toYaml .Values.resources | indent 12 }}
      terminationGracePeriodSeconds: 5
{{- if .Values.nodeSelector }}
      nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
Loading