-
Enhancement
-
Resolution: Done
-
Major
-
RHDG Operator CSV 8.5.8 GA
-
None
Currently the Operator relies upon the default terminationGracePeriodSeconds of 30s for all clusters.
It should be possible for users to configure a custom terminationGracePeriodSeconds value in the event that they have very large caches that need to be persisted on shutdown.
We could expose this by adding the following element to the Infinispan CR:
spec: service: container: terminationGracePeriodSeconds: 60s
- links to