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
388 B
19 lines
388 B
apiVersion: keda.sh/v1alpha1
|
|
kind: ScaledObject
|
|
metadata:
|
|
name: cpu-csi-config-ui
|
|
namespace: moh-prod
|
|
spec:
|
|
scaleTargetRef:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: csi-config-ui
|
|
pollingInterval: 30
|
|
cooldownPeriod: 300
|
|
minReplicaCount: 1
|
|
maxReplicaCount: 2
|
|
triggers:
|
|
- type: cpu
|
|
metadata:
|
|
type: Utilization
|
|
value: "80" |