mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-10 21:49:19 -06:00
fix/internal registry url in adapter added port 5000
This commit is contained in:
@@ -21,7 +21,7 @@ interface OCIManifest {
|
||||
class RegistryApiAdapter {
|
||||
|
||||
private registryBaseUrl = process.env.NODE_ENV === 'production' ?
|
||||
'http://registry-svc.registry-and-build.svc.cluster.local' :
|
||||
'http://registry-svc.registry-and-build.svc.cluster.local:5000' :
|
||||
'http://localhost:5000';
|
||||
|
||||
async getAllImages() {
|
||||
|
||||
Reference in New Issue
Block a user