Is there a way to modify the Istiod resource allocation from Istio Operator?
From the documentation Istio / IstioOperator Options
I don’t see any component named Istiod.
When I use Istio’s default profile, the Istiod requests 2GB of Memory. For some of the use cases I want to reduce the Memory Istiod is requesting to 1GB or 500MB. And I want to achieve that through Istio Operator.
I found a non operator way of generating the profile config file entirely and taking the Istiod Deployment and modifying it manually. It works. But that defeats the whole purpose of using the Operator. And feels a very manual way of achieving this.