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"