www/manifest/autoscale.yaml
Xe Iaso 0df889a4a9
All checks were successful
Tests / Build and deploy (push) Successful in 21s
Gitea Actions CI / Build and deploy (push) Successful in 1m35s
manifest: default scale 1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-01-12 14:27:03 -05: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: 1
max: 10
scaledownPeriod: 300
scalingMetric:
requestRate:
granularity: 1s
targetValue: 100
window: 1m