2026-04-20 02:20:08 +00:00
|
|
|
apiVersion: http.keda.sh/v1alpha1
|
|
|
|
|
kind: HTTPScaledObject
|
|
|
|
|
metadata:
|
|
|
|
|
name: openclaw-brain-a100-scaling
|
|
|
|
|
namespace: customer1
|
|
|
|
|
spec:
|
|
|
|
|
hosts:
|
2026-04-29 04:54:49 +00:00
|
|
|
- a100-vllm.internal.cluster
|
2026-04-20 02:20:08 +00:00
|
|
|
scaleTargetRef:
|
|
|
|
|
name: openclaw-brain-vllm
|
|
|
|
|
kind: Deployment
|
|
|
|
|
apiVersion: apps/v1
|
|
|
|
|
service: openclaw-brain-service
|
|
|
|
|
port: 8000
|
|
|
|
|
replicas:
|
|
|
|
|
min: 0
|
|
|
|
|
max: 1
|
2026-04-29 04:54:49 +00:00
|
|
|
pollingInterval: 10
|