Add support for horizontal pod autoscaling (#1676)

This commit is contained in:
David Hageman
2024-06-03 14:59:48 -05:00
committed by GitHub
parent 6820981dd5
commit 8ead140541
5 changed files with 47 additions and 7 deletions

View File

@@ -1574,10 +1574,18 @@ spec:
description: Number of web instance replicas
type: integer
format: int32
web_manage_replicas:
description: Enables operator control of replicas count for the web deployment when set to 'true'
type: boolean
default: true
task_replicas:
description: Number of task instance replicas
type: integer
format: int32
task_manage_replicas:
description: Enables operator control of replicas count for the task deployment when set to 'true'
type: boolean
default: true
web_liveness_initial_delay:
description: Initial delay before starting liveness checks on web pod
type: integer