Merge pull request #1193 from stanislav-zaprudskiy/add_termination_grace_period_seconds

AWX: Add `termination_grace_period_seconds`
This commit is contained in:
Hao Liu
2023-02-28 15:37:51 -05:00
committed by GitHub
13 changed files with 376 additions and 58 deletions

View File

@@ -525,6 +525,10 @@ spec:
type: array
type: object
type: object
termination_grace_period_seconds:
description: Optional duration in seconds pods needs to terminate gracefully
type: integer
format: int32
service_labels:
description: Additional labels to apply to the service
type: string