Skip to content

Commit 8521818

Browse files
committed
feat: updated replicaCount minimum to 0
1 parent 90acdd9 commit 8521818

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

k8s-deployment-otel/values.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
"volumes": { "type": "array", "items": { "type": "object" } },
130130
"replicaCount": {
131131
"type": "integer",
132-
"minimum": 1,
133132
"description": "Number of replicas to deploy"
134133
},
135134
"autoscaling": {

k8s-deployment/values.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138
},
139139
"replicaCount": {
140140
"type": "integer",
141-
"minimum": 1,
142141
"description": "Number of replicas to deploy"
143142
},
144143
"autoscaling": {

k8s-deployments-canary/values.schema.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"required": ["repository", "tag", "pullPolicy"]
3232
},
3333
"replicaCount": {
34-
"type": "integer",
35-
"minimum": 1
34+
"type": "integer"
3635
},
3736
"autoscaling": {
3837
"type": "object",
@@ -104,8 +103,7 @@
104103
"required": ["repository", "tag", "pullPolicy"]
105104
},
106105
"replicaCount": {
107-
"type": "integer",
108-
"minimum": 1
106+
"type": "integer"
109107
},
110108
"autoscaling": {
111109
"type": "object",

0 commit comments

Comments
 (0)