helm: never terminate without reparenting

Signed-off-by: Derek Perkins <derek@derekperkins.com>
This commit is contained in:
Derek Perkins 2018-12-18 08:23:50 -07:00
Родитель bbff624145
Коммит 0289e07f5b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -96,7 +96,7 @@ spec:
shard: {{ $shardClean | quote }}
type: {{ $tablet.type | quote }}
spec:
terminationGracePeriodSeconds: 600
terminationGracePeriodSeconds: 60000000
{{ include "pod-security" . | indent 6 }}
{{ include "vttablet-affinity" (tuple $cellClean $keyspaceClean $shardClean $cell.region) | indent 6 }}
@ -344,7 +344,7 @@ spec:
# - use GTID_SUBTRACT
RETRY_COUNT=0
MAX_RETRY_COUNT=5
MAX_RETRY_COUNT=100000
# retry reparenting
until [ $DONE_REPARENTING ]; do