zalf-rdm / geonode-k8s

A Kubernetes helm chart for the geospacial webapplication Geonode
https://geonode-k8s.readthedocs.io/en/latest/
GNU General Public License v2.0
12 stars 7 forks source link

Task: Use service names instead of `pod_name` #64

Closed ridoo closed 5 months ago

ridoo commented 10 months ago

Task Description

Currently, pod_name is being used for deployed containers. In k8s context pods are volatile and could be replicated as well. We should use the service name for a given deployment. This would reduce the configuration pod_name boilerplate at several locations.

Also, IMO there is no need to make the name configurable. Is there a reason I do not see?