We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc0b915 + e0cd883 commit e4d796bCopy full SHA for e4d796b
client/src/components/apps/new.vue
@@ -748,7 +748,7 @@ export default {
748
web: {
749
replicaCount: this.webreplicas || 0,
750
autoscaling: {
751
- minReplicas: this.webreplicasrange[0] || 1,
+ minReplicas: this.webreplicasrange[0] || 0,
752
maxReplicas: this.webreplicasrange[1] || 0,
753
targetCPUUtilizationPercentage : 80,
754
targetMemoryUtilizationPercentage : 80,
0 commit comments