www/manifest/autoscale.yaml
Xe Iaso b543376207
manifest: default to 0 autoscaled pods
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-10-03 10:12:43 -04:00

23 lines
428 B
YAML

kind: HTTPScaledObject
apiVersion: http.keda.sh/v1alpha1
metadata:
name: techaro-lol
spec:
hosts:
- techaro.lol
targetPendingRequests: 100
scaleTargetRef:
name: techaro-lol
kind: Deployment
apiVersion: apps/v1
service: techaro-lol
port: 80
replicas:
min: 0
max: 10
scaledownPeriod: 300
scalingMetric:
requestRate:
granularity: 1s
targetValue: 100
window: 1m