Set default for -iness probe parameters and add docs (#1808)

This commit is contained in:
Christian Adams
2024-04-03 11:26:41 -07:00
committed by GitHub
parent a5211fe511
commit 7b02b5df04
2 changed files with 16 additions and 0 deletions

View File

@@ -296,6 +296,11 @@ replicas: 1
web_replicas: ''
task_replicas: ''
web_liveness_period: 0
web_readiness_period: 0
task_liveness_period: 0
task_readiness_period: 0
task_args:
- /usr/bin/launch_awx_task.sh
task_command: []