Skip to content

Commit e4d796b

Browse files
authored
Merge pull request #59 from james-martinez/fix/web-replicas
Forgot min replicas in #48 and #58
2 parents bc0b915 + e0cd883 commit e4d796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/apps/new.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ export default {
748748
web: {
749749
replicaCount: this.webreplicas || 0,
750750
autoscaling: {
751-
minReplicas: this.webreplicasrange[0] || 1,
751+
minReplicas: this.webreplicasrange[0] || 0,
752752
maxReplicas: this.webreplicasrange[1] || 0,
753753
targetCPUUtilizationPercentage : 80,
754754
targetMemoryUtilizationPercentage : 80,

0 commit comments

Comments
 (0)