2026-04-29 00:05:09 -04:00
|
|
|
apiVersion: keda.sh/v1alpha1
|
|
|
|
|
kind: ScaledObject
|
2026-04-22 17:07:05 +00:00
|
|
|
metadata:
|
2026-04-28 23:58:26 -04:00
|
|
|
name: rtx6000-scaling
|
2026-04-22 17:07:05 +00:00
|
|
|
namespace: customer1
|
|
|
|
|
spec:
|
|
|
|
|
scaleTargetRef:
|
2026-04-28 23:58:26 -04:00
|
|
|
name: rtx6000-brain-vllm
|
2026-04-23 02:55:07 +00:00
|
|
|
kind: Deployment
|
|
|
|
|
apiVersion: apps/v1
|
2026-04-23 04:07:31 +00:00
|
|
|
hosts:
|
2026-04-28 23:58:26 -04:00
|
|
|
- rtx6000-brain-service.customer1.svc.cluster.local
|
2026-04-23 01:37:09 +00:00
|
|
|
replicas:
|
|
|
|
|
min: 0
|
|
|
|
|
max: 1
|
2026-04-23 01:42:03 +00:00
|
|
|
targetPendingRequests: 1
|
2026-04-29 04:12:36 +00:00
|
|
|
scaledownPeriod: 900\n pollingInterval: 10\n cooldownPeriod: 30
|