Skip to content

Commit 321a060

Browse files
authored
fix: only define values we are overriding (rackerlabs#1077)
* fix: only define values we are overriding * fix: whitespace
1 parent 942dee5 commit 321a060

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

base-helm-configs/ceilometer/ceilometer-helm-overrides.yaml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,34 +1776,13 @@ endpoints:
17761776
pod:
17771777
resources:
17781778
enabled: true
1779-
compute:
1780-
requests:
1781-
memory: {}
1782-
cpu: {}
1783-
limits:
1784-
memory: {}
1785-
cpu: {}
17861779
notification:
17871780
requests:
1788-
memory: {}
1789-
cpu: {}
1790-
limits:
1791-
memory: {}
1792-
cpu: {}
1793-
central:
1794-
requests:
1795-
memory: {}
1796-
cpu: {}
1797-
limits:
1798-
memory: {}
1799-
cpu: {}
1800-
ipmi:
1801-
requests:
1802-
memory: {}
1803-
cpu: {}
1781+
memory: 256
1782+
cpu: 500
18041783
limits:
1805-
memory: {}
1806-
cpu: {}
1784+
memory: 2Gi
1785+
cpu: "2000m"
18071786
replicas:
18081787
central: 1
18091788
notification: 1

0 commit comments

Comments
 (0)