diff --git a/template/prd/harbor_2.9.1/1_configure/pvc.yaml b/template/prd/harbor_2.9.1/1_configure/pvc.yaml index fad953e..65d792d 100644 --- a/template/prd/harbor_2.9.1/1_configure/pvc.yaml +++ b/template/prd/harbor_2.9.1/1_configure/pvc.yaml @@ -31,5 +31,5 @@ spec: - ReadWriteMany resources: requests: - storage: 100Gi + storage: 2000Gi diff --git a/template/prd/harbor_2.9.1/2_configmap/configmap.yaml b/template/prd/harbor_2.9.1/2_configmap/configmap.yaml index 66399d8..54750d2 100644 --- a/template/prd/harbor_2.9.1/2_configmap/configmap.yaml +++ b/template/prd/harbor_2.9.1/2_configmap/configmap.yaml @@ -14,7 +14,7 @@ data: CORE_LOCAL_URL: http://127.0.0.1:8080 CORE_URL: http://harbor-core:80 DATABASE_TYPE: postgresql - EXT_ENDPOINT: https://alpha-registry.gpulive.apppaas.io + EXT_ENDPOINT: https://registry.gpulive.nhncloud.com HTTP_PROXY: "" HTTPS_PROXY: "" JOBSERVICE_URL: http://harbor-jobservice diff --git a/template/prd/harbor_2.9.1/3_apply/ing.yaml b/template/prd/harbor_2.9.1/3_apply/ing.yaml index 84cb795..146d145 100644 --- a/template/prd/harbor_2.9.1/3_apply/ing.yaml +++ b/template/prd/harbor_2.9.1/3_apply/ing.yaml @@ -14,10 +14,10 @@ spec: ingressClassName: nginx tls: - hosts: - - "alpha-registry.gpulive.apppaas.io" - secretName: gpulive-apppaas-io-ssl + - "registry.gpulive.nhncloud.com" + secretName: gpulive-new-ssl rules: - - host: alpha-registry.gpulive.apppaas.io + - host: registry.gpulive.nhncloud.com http: paths: - backend: