harbor-operator icon indicating copy to clipboard operation
harbor-operator copied to clipboard

It is recommended that the `expost.core.ingress` field be changed to optional

Open lengrongfu opened this issue 2 years ago • 1 comments

What can we help you?

Currently ExternalURL and expost.core.ingress fields are required, can they be changed to not required? Currently we have a scenario where we only need to access the Harbor backend service, and it is accessed inside the k8s cluster, so it can be accessed through the service ClusterIp type of harbor core.

lengrongfu avatar Aug 27 '22 12:08 lengrongfu

ExternalURL is a required configuration for the harbor-core because the harbor-core uses this configuration to generate the auth service URL.

ingress can be changed to not required

heww avatar Sep 27 '22 12:09 heww

Fixed in #975

thcdrt avatar Dec 02 '22 14:12 thcdrt