Skip to content

Commit 2c9ab9e

Browse files
fix new apps web replicas #62
1 parent 1c301e6 commit 2c9ab9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/apps/new.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,9 +796,9 @@ export default {
796796
podsize: this.podsize,
797797
autoscale: this.autoscale,
798798
web: {
799-
replicaCount: this.webreplicas || 1,
799+
replicaCount: this.webreplicas || 0,
800800
autoscaling: {
801-
minReplicas: this.webreplicasrange[0] || 1,
801+
minReplicas: this.webreplicasrange[0] || 0,
802802
maxReplicas: this.webreplicasrange[1] || 0,
803803
targetCPUUtilizationPercentage : 80,
804804
targetMemoryUtilizationPercentage : 80,

0 commit comments

Comments
 (0)