Skip to content

Commit 371c663

Browse files
authored
fix: replicas fixed in the param
1 parent 6458330 commit 371c663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/spaship/operator/type/SsrResourceDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public Map<String, String> toTemplateParameterMap() {
6161
if (Objects.nonNull(limitMemory))
6262
params.put("RESOURCE-LIM-MEM", limitCpu);
6363
if (Objects.nonNull(replicas))
64-
params.put("REPLICAS", limitCpu);
64+
params.put("REPLICAS", replicas);
6565

6666
var routerDomain = fetchRouterDomain();
6767
if (Objects.nonNull(routerDomain))

0 commit comments

Comments
 (0)