Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seedimage: use ClusterIP Services (#709)
When building an ISO, we create a Pod and a Service to expose the built ISO when ready. The link to the ISO is then exposed through the Elemental Operator Deployment, that acts as an Ingress. The Service we create to expose the Pod port is of type NodePort: this is not needed,is just a leftover from the initial implementations, where we usede to expose a "direct" link to the Pod. No need to keep a NodePort service now, let's have a ClusterIP Service type instead. Fixes: #705 Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
- Loading branch information