Do the following changes on the [polkadot notification chart](https://github.com/paritytech/helm-charts/tree/main/charts/polkadot-basic-notification) - [ ] Rename polkadot-basic-notification -> polkadot-notification-service to match https://github.com/paritytech/polkadot-notification-service - [ ] Enable the [kubernetes probes](https://github.com/paritytech/helm-charts/blob/main/charts/polkadot-basic-notification/templates/statefulset.yaml#L69-L79) - [ ] Replace the [statefulset replica hack](https://github.com/paritytech/helm-charts/blob/main/charts/polkadot-basic-notification/templates/statefulset.yaml#L49) by 1 deployment + 1 configmap resource to manage each notification-service pod.
Do the following changes on the polkadot notification chart