Skip to main content

Harbor

Versions Supported

Configure HTTP Access

The Harbor chart allows you to configure how the service is exposed. You can choose between ingress, clusterIP, nodePort, or loadBalancer. HTTP access can be enabled or disabled using the charts.harbor.expose.http.enabled parameter.

charts:
harbor:
expose:
# Set how to expose the service. Set the type as "ingress", "clusterIP", "nodePort" or "loadBalancer"
# and fill the information in the corresponding section
type: nodePort
# Enable HTTP access. When disabled, only HTTPS port will be exposed in the service when tls is enabled.
http:
enabled: true