harbor_domain_change
This commit is contained in:
parent
a350c7d67c
commit
b6ee1453e8
|
|
@ -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-harbor.gpulive.apppaas.io
|
EXT_ENDPOINT: https://alpha-registry.gpulive.apppaas.io
|
||||||
HTTP_PROXY: ""
|
HTTP_PROXY: ""
|
||||||
HTTPS_PROXY: ""
|
HTTPS_PROXY: ""
|
||||||
JOBSERVICE_URL: http://harbor-jobservice
|
JOBSERVICE_URL: http://harbor-jobservice
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,10 @@ spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- "alpha-harbor.gpulive.apppaas.io"
|
- "alpha-registry.gpulive.apppaas.io"
|
||||||
secretName: gpulive-apppaas-io-ssl
|
secretName: gpulive-apppaas-io-ssl
|
||||||
rules:
|
rules:
|
||||||
- host: alpha-harbor.gpulive.apppaas.io
|
- host: alpha-registry.gpulive.apppaas.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue