Skip to content

Commit

Permalink
fix: httpscaledobject yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeve Lorena committed Aug 16, 2024
1 parent 13a42cc commit 7170d69
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/deploy/resources/base/httpscaledobject.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: http.keda.sh/v1alpha1
kind: HTTPScaledObject
metadata:
name: keda-http
apiVersion: http.keda.sh/v1alpha1
spec:
hosts:
- "PLACEHOLDER"
targetPendingRequests: 100
scaleTargetRef:
deployment: kube-review-deployment
service: kube-review-service
port: 80
scaledownPeriod: 900
replicas:
min: 0
max: 1
hosts:
- "PLACEHOLDER"
pathPrefixes:
- /test
scaleTargetRef:
name: kube-review-deployment
kind: Deployment
apiVersion: apps/v1
service: kube-review-service
port: 80
replicas:
min: 0
max: 1

0 comments on commit 7170d69

Please sign in to comment.