Skip to content

KX Insights Controller

Details of how to provide advanced configuration for the KXI Controller.

ReplicaCount and Resources

KX Insights Controller can be tuned to allow the user to better align against available resources

kxi-controller:
  replicaCount: 1
  resources:
    limits:
      cpu: 100m
      memory: 128Mi
    requests:
      cpu: 100m
      memory: 128Mi
variable type default description
replicaCount int 3 No. of KXI Controller pods to run
resources.requests.cpu string 150m Requested CPU for the KXI Controller
resources.requests.memory string 128Mi Requested memory for the KXI Controller
resources.limits.cpu string 500m Max CPU given to KXI Controller
resources.limits.memory string 256Mi Max Memory given to KXI Controller