allow heat to terminate cleanly

Change-Id: I81256924f63065a9d4312e7631337b3825cc1d5d
This commit is contained in:
Mohammed Naser 2020-07-06 11:35:47 -04:00
parent c6231a80d0
commit aec68c3eff

View File

@ -44,6 +44,7 @@ spec:
checksum/config: "{{ config_hash }}" checksum/config: "{{ config_hash }}"
spec: spec:
{% if 'engine' in component %} {% if 'engine' in component %}
terminationGracePeriodSeconds: 300
initContainers: initContainers:
- name: db-sync - name: db-sync
image: vexxhost/heat-{{ component }}:latest image: vexxhost/heat-{{ component }}:latest