commit | f791801625f30ae01d457a00cf223565261ec1b4 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Sep 27 16:33:28 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Sep 27 16:41:32 2022 -0400 |
tree | d8e931620e76f73b9a5b4ed04211bf0d6c377a12 | |
parent | d577a683fb96fa73b01fba16731ea98f255b1a96 [diff] |
fix(rabbitmq): drop terminationGracePeriodSeconds down
diff --git a/atmosphere/tasks/composite/openstack_helm.py b/atmosphere/tasks/composite/openstack_helm.py index 4a55fbe..856ac1e 100644 --- a/atmosphere/tasks/composite/openstack_helm.py +++ b/atmosphere/tasks/composite/openstack_helm.py
@@ -174,6 +174,7 @@ "requests": {"cpu": "500m", "memory": "1Gi"}, "limits": {"cpu": "1", "memory": "2Gi"}, }, + "terminationGracePeriodSeconds": 15, }, }, )