Skip to content

Commit 00dfcc1

Browse files
author
Maurice Faber
committed
fix: cluter overprovisioner [ci skip]
1 parent 19952a6 commit 00dfcc1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.demo/env/charts/istio.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ charts:
5353
requests:
5454
cpu: 10m
5555
memory: 100Mi
56+
prometheus:
57+
requests:
58+
cpu: 200m
59+
memory: 500Mi
60+
limits:
61+
cpu: 500m
62+
memory: 1Gi
5663
proxy:
5764
limits:
5865
cpu: 500m

values/cluster-overprovisioner/cluster-overprovisioner.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
deployments:
55
- name: default
66
resources:
7-
{{- $type := range (list "limits" "requests") }}
7+
{{- range $type := (list "limits" "requests") }}
88
{{ $type }}:
99
cpu: {{ $o | get "cpu" "1000m" }}
1010
memory: {{ $o | get "memory" "1000Mi" }}

0 commit comments

Comments
 (0)