Added kube-registry-proxy to work without the inclusion of ingress
There are 4 installation scenarios:
registry is enabled, insecure:true and ingress is disabled, proxy-registry is added with node port 5000 and insecure-registry is configured as localhost:5000
registry is disabled and insecure:true added insecure-registry as global.registry.url
ingress enabled and registry enabled - removes insecure registry and requires a certificate for ingress + specify registry. url and frontendUrl
ingress enabled and registry disabled - removes insecure registry and requires a specify frontendUrl and external registry.url
Added kube-registry-proxy to work without the inclusion of ingress There are 4 installation scenarios:
Default values is first