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.
1 parent 1c301e6 commit 2c9ab9eCopy full SHA for 2c9ab9e
client/src/components/apps/new.vue
@@ -796,9 +796,9 @@ export default {
796
podsize: this.podsize,
797
autoscale: this.autoscale,
798
web: {
799
- replicaCount: this.webreplicas || 1,
+ replicaCount: this.webreplicas || 0,
800
autoscaling: {
801
- minReplicas: this.webreplicasrange[0] || 1,
+ minReplicas: this.webreplicasrange[0] || 0,
802
maxReplicas: this.webreplicasrange[1] || 0,
803
targetCPUUtilizationPercentage : 80,
804
targetMemoryUtilizationPercentage : 80,
0 commit comments