How to self-hosting Pyth price service

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?

Rather than deploying hermes yourself, we would recommend you to take this service from these providers.

https://docs.pyth.network/price-feeds/api-instances-and-providers/hermes#node-providers

Follow the Hermes readme here on how you can set it up. There are other posts in this forum that touch self hosting Pythnet RPC as well.