diff --git a/harbor/values.home.yaml b/harbor/values.home.yaml index b75f7a9..628ef12 100644 --- a/harbor/values.home.yaml +++ b/harbor/values.home.yaml @@ -28,7 +28,7 @@ expose: secretName: "" ingress: hosts: - core: harbor.ervine.dev + core: "harbor.ervine.dev" # set to the type of ingress controller if it has specific requirements. # leave as `default` for most ingress controllers. # set to `gce` if using the GCE ingress controller @@ -101,7 +101,7 @@ expose: # the IP address of k8s node # # 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 # in each component tls cert files need to provided in advance.