Helm Chart – Service Port Naming
S
Simon Turcotte
The Port Ocean Helm Chart currently uses a fixed service port name (
ocean-port
). Some environments, such as shared EKS clusters, may enforce naming conventions via admission controllers. If the service port name does not comply, deployment is rejected. This prevents users from deploying Ocean without modifying the chart.Request:
Parameterize the service port name in the Helm values file, allowing users to set a custom name that complies with their cluster policies.