I have Answer deployed in a cluster currently via the Helm charts included in the repo. The charts have an HPA as a configurable option, but the PVC by default is RWO. While testing out both switching to RWX and limiting replicas to a single host, even scaling the deployment manually up to just two replicas immediately makes sessions freak out. Basically every single action results in a login prompt, until the replicas are scaled back down to 1.
Is scaling Answer replicas, either manually or via the included HPA configurations in the charts actually supported and expected to work?