From 0e9d1217758a50d8ccc3b4ace8d3ee5342b04fa3 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sat, 23 Sep 2023 22:06:18 +0800 Subject: [PATCH] Fix ingress --- harbor/values.home.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.