Support Artifactory usage through K8s Ingress and enable customization of service type
Closed this issue · 0 comments
g-crocker commented
Current behavior
Today Noronha relies on NodePort service expousure in order to reach Artifactory when outside of the cluster (i.e.: in user host).
Enhancement
Since Artifactory requests are all HTTP-based, access via Ingress would be a much better approach.
It is also interesting to allow users to parametrize which type of service exposure is needed (ClusterIP, NodePort, LoadBalancer).