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"