Skip to content

Commit

Permalink
chore: add missing examples for 0.9.0 (#1240)
Browse files Browse the repository at this point in the history
Signed-off-by: brunopadz <[email protected]>
  • Loading branch information
brunopadz authored Jan 24, 2025
1 parent f8cde8c commit fbb0bc9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions examples/v0.9.0/httpscaledobject.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fbb0bc9

Please sign in to comment.