diff --git a/examples/v0.9.0/httpscaledobject.yaml b/examples/v0.9.0/httpscaledobject.yaml new file mode 100644 index 000000000..931a61a53 --- /dev/null +++ b/examples/v0.9.0/httpscaledobject.yaml @@ -0,0 +1,24 @@ +kind: HTTPScaledObject +apiVersion: http.keda.sh/v1alpha1 +metadata: + name: xkcd +spec: + hosts: + - myhost.com + pathPrefixes: + - /test + scaleTargetRef: + name: xkcd + kind: Deployment + apiVersion: apps/v1 + service: xkcd + port: 8080 + replicas: + min: 1 + max: 10 + scaledownPeriod: 300 + scalingMetric: + requestRate: + granularity: 1s + targetValue: 100 + window: 1m