2026-04-29 04:14:46 +00:00
|
|
|
apiVersion: http.keda.sh/v1alpha1
|
|
|
|
|
kind: HTTPScaledObject
|
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:
|
2026-04-29 04:14:46 +00:00
|
|
|
hosts:
|
|
|
|
|
- rtx6000-brain-service.customer1.svc.cluster.local
|
2026-04-22 17:07:05 +00:00
|
|
|
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-29 04:14:46 +00:00
|
|
|
service: rtx6000-brain-service
|
|
|
|
|
port: 8000
|
2026-04-29 04:50:10 +00:00
|
|
|
|
2026-04-23 01:37:09 +00:00
|
|
|
replicas:
|
|
|
|
|
min: 0
|
|
|
|
|
max: 1
|
2026-04-29 04:14:46 +00:00
|
|
|
pollingInterval: 10
|
|
|
|
|
cooldownPeriod: 30
|
|
|
|
|
scaledownPeriod: 900
|