chore: add scale-to-zero overlay
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
kind: HTTPScaledObject
|
||||
apiVersion: http.keda.sh/v1alpha1
|
||||
metadata:
|
||||
name: math-exercises
|
||||
spec:
|
||||
hosts:
|
||||
- "math-tables.cl1.parano.ch"
|
||||
pathPrefixes:
|
||||
- /
|
||||
scaleTargetRef:
|
||||
name: math-exercises-app
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
service: math-exercises-service
|
||||
portName: http
|
||||
replicas:
|
||||
min: 0
|
||||
max: 3
|
||||
scaledownPeriod: 60
|
||||
scalingMetric:
|
||||
requestRate:
|
||||
granularity: 1s
|
||||
targetValue: 100
|
||||
window: 1m
|
||||
Reference in New Issue
Block a user