The KueueViz backend/frontend deployments have hardcoded resource limits. The backend OOMKills with the default 512Mi in larger clusters.
Please expose resources in the helm values similar to how controllerManager.manager.resources is already configurable:
kueueViz:
backend:
resources:
requests:
memory: 512Mi
limits:
memory: 1Gi
frontend:
resources: {}