paritytech / helm-charts

Parity & Polkadot Helm charts collection
GNU General Public License v3.0
25 stars 22 forks source link

Publish the P2P port even if the pod is not ready #342

Closed BulatSaif closed 4 months ago

BulatSaif commented 4 months ago

When enableSidecarReadinessProbe is set to true, the pod will not be marked as ready until it has enough peers and is synced. However, we need to open the P2P port for incoming connections to have more peers and sync faster.