You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
397 B
19 lines
397 B
apiVersion: keda.sh/v1alpha1
|
|
kind: ScaledObject
|
|
metadata:
|
|
name: csi-form-builder-ui
|
|
namespace: moh-prod
|
|
spec:
|
|
scaleTargetRef:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: csi-form-builder-ui
|
|
pollingInterval: 30
|
|
cooldownPeriod: 300
|
|
minReplicaCount: 3
|
|
maxReplicaCount: 4
|
|
triggers:
|
|
- type: cpu
|
|
metadata:
|
|
type: Utilization
|
|
value: "100" |