AWX: Add termination_grace_period_seconds

This commit is contained in:
Stanislav Zaprudskiy
2022-12-23 13:57:13 +01:00
parent f042cb3d00
commit 336ea58a0a
9 changed files with 281 additions and 0 deletions

View File

@@ -526,6 +526,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