Hello, I recently wanted to integrate Pyth price feeds in my application. Due to the requirements of the application, when using public endpoints, the access frequency is always touched, resulting in a broken connection; also, for the subsequent project go-live, I would like to deploy a private Pyth RPC node instance myself, taking into account the responsiveness of the prices.
I noticed that the GitHub - pyth-network/charts: Pyth Helm charts repository is deprecated. How should I do a private deployment? What kind of hardware configuration and network conditions are required?