Skip to content

Commit b67e4e2

Browse files
Update defaults to be easier on costs
1 parent c1e05e9 commit b67e4e2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ rabbitmq:
146146
autoGenerated: true
147147
resources:
148148
requests:
149-
cpu: "1.0"
150-
memory: "1G"
149+
cpu: ".2"
150+
memory: ".4G"
151151
limits:
152152
cpu: "1.0"
153153
memory: "1G"
@@ -171,8 +171,8 @@ defaultService:
171171
eventHandlersService:
172172
numReplicas: 1
173173
requests:
174-
cpu: "1.0"
175-
memory: "1G"
174+
cpu: ".2"
175+
memory: ".4G"
176176
limits:
177177
cpu: "1.0"
178178
memory: "1G"
@@ -181,8 +181,8 @@ eventHandlersService:
181181
frontendService:
182182
numReplicas: 1
183183
requests:
184-
cpu: "1.0"
185-
memory: "1G"
184+
cpu: ".2"
185+
memory: ".4G"
186186
limits:
187187
cpu: "1.0"
188188
memory: "1G"
@@ -192,7 +192,7 @@ walrusService:
192192
numReplicas: 1
193193
requests:
194194
cpu: "1.0"
195-
memory: "1G"
195+
memory: "2G"
196196
limits:
197197
cpu: "2.0"
198-
memory: "2G"
198+
memory: "4G"

0 commit comments

Comments
 (0)