23 lines
428 B
YAML
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 |