prd_harbor

This commit is contained in:
root 2025-07-22 18:19:45 +09:00
parent 57a08790af
commit 5aea80be4a
3 changed files with 5 additions and 5 deletions

View File

@ -31,5 +31,5 @@ spec:
- ReadWriteMany - ReadWriteMany
resources: resources:
requests: requests:
storage: 100Gi storage: 2000Gi

View File

@ -14,7 +14,7 @@ data:
CORE_LOCAL_URL: http://127.0.0.1:8080 CORE_LOCAL_URL: http://127.0.0.1:8080
CORE_URL: http://harbor-core:80 CORE_URL: http://harbor-core:80
DATABASE_TYPE: postgresql DATABASE_TYPE: postgresql
EXT_ENDPOINT: https://alpha-registry.gpulive.apppaas.io EXT_ENDPOINT: https://registry.gpulive.nhncloud.com
HTTP_PROXY: "" HTTP_PROXY: ""
HTTPS_PROXY: "" HTTPS_PROXY: ""
JOBSERVICE_URL: http://harbor-jobservice JOBSERVICE_URL: http://harbor-jobservice

View File

@ -14,10 +14,10 @@ spec:
ingressClassName: nginx ingressClassName: nginx
tls: tls:
- hosts: - hosts:
- "alpha-registry.gpulive.apppaas.io" - "registry.gpulive.nhncloud.com"
secretName: gpulive-apppaas-io-ssl secretName: gpulive-new-ssl
rules: rules:
- host: alpha-registry.gpulive.apppaas.io - host: registry.gpulive.nhncloud.com
http: http:
paths: paths:
- backend: - backend: