Ver código fonte

Pongo url a reymota.es

Celestino Rey 6 meses atrás
pai
commit
b20ccdb015
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      harbor/values.yaml

+ 2 - 2
harbor/values.yaml

@@ -29,7 +29,7 @@ expose:
       secretName: ""
   ingress:
     hosts:
-      core: harbor.reymota.lab
+      core: harbor.reymota.es
     # 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
@@ -121,7 +121,7 @@ expose:
 # the IP address of k8s node
 #
 # If Harbor is deployed behind the proxy, set it as the URL of proxy
-externalURL: http://harbor.reymota.lab
+externalURL: https://harbor.reymota.es
 
 # The persistence is enabled by default and a default StorageClass
 # is needed in the k8s cluster to provision volumes dynamically.