Limit istio ingress gateway increasing CPU usage

Just tried the istio V1.10 and noticed that now even demo profile requires at lest 2 CPUs (mostly requested by the ingress gateway which needs 2 CPUs as the upper limits).

Is this intentional? Also is there a way to specify cpu limit just like the sidecar.istio.io/proxyCPULimit annotation for sidecars?

Config found in IstioOperator.

components:
ingressGateways:
  - ...
    k8s:
      resources:
        limits:
          cpu: 1000m
          memory: 1024Mi