www/manifest/autoscale.yaml

23 lines
428 B
YAML
Raw Normal View History

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