fix: align v0.3 public ports
This commit is contained in:
@@ -110,7 +110,7 @@ export function runtimeGitopsPathForRuntimeLane(deploy: DeployConfig, lane: stri
|
||||
}
|
||||
|
||||
export function defaultPortForRuntimeLane(lane: string): number {
|
||||
return 19466 + runtimeLaneMinor(lane) * 100;
|
||||
return 17666 + runtimeLaneMinor(lane) * 1000;
|
||||
}
|
||||
|
||||
export function publicHostLabel(host = defaultPublicHost): string {
|
||||
|
||||
Reference in New Issue
Block a user