Fix ingress

This commit is contained in:
Jonny Ervine 2023-09-23 22:06:18 +08:00
parent 378eafc1a2
commit 0e9d121775

View File

@ -28,7 +28,7 @@ expose:
secretName: "" secretName: ""
ingress: ingress:
hosts: hosts:
core: harbor.ervine.dev core: "harbor.ervine.dev"
# set to the type of ingress controller if it has specific requirements. # set to the type of ingress controller if it has specific requirements.
# leave as `default` for most ingress controllers. # leave as `default` for most ingress controllers.
# set to `gce` if using the GCE ingress controller # set to `gce` if using the GCE ingress controller
@ -101,7 +101,7 @@ expose:
# the IP address of k8s node # the IP address of k8s node
# #
# If Harbor is deployed behind the proxy, set it as the URL of proxy # If Harbor is deployed behind the proxy, set it as the URL of proxy
externalURL: https://harbor.ervine.dev externalURL: "https://harbor.ervine.dev"
# The internal TLS used for harbor components secure communicating. In order to enable https # The internal TLS used for harbor components secure communicating. In order to enable https
# in each component tls cert files need to provided in advance. # in each component tls cert files need to provided in advance.