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 389c182 commit c29b038Copy full SHA for c29b038
charts/overprovisioning/Chart.yaml
@@ -1,3 +1,3 @@
1
apiVersion: v2
2
name: overprovisioning
3
-version: 0.0.4
+version: 0.0.5
charts/overprovisioning/values.yaml
@@ -2,7 +2,8 @@ name: "overprovisioning"
replicas: 4
maxUnavailable: 1
4
resources:
5
- cpu: "200m"
+ requests:
6
+ cpu: "200m"
7
image: "k8s.gcr.io/pause"
8
autoscaling:
- enabled: false
9
+ enabled: false
0 commit comments