Skip to content

Commit d3041d9

Browse files
committed
fix: default values
1 parent 9b83657 commit d3041d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ rabbitmq:
116116
cpu: "1.0"
117117
memory: "1G"
118118
limits:
119-
cpu: "2.0"
120-
memory: "2G"
119+
cpu: "1.0"
120+
memory: "1G"
121121
####### End Dependencies
122122

123123
nodeGroupLabel: null
@@ -141,8 +141,8 @@ eventHandlersService:
141141
cpu: "1.0"
142142
memory: "1G"
143143
limits:
144-
cpu: "2.0"
145-
memory: "2G"
144+
cpu: "1.0"
145+
memory: "1G"
146146
# The service for the UI frontend.
147147
# This are minimal defaults. Please feel free to change them as you start having more usage
148148
frontendService:

0 commit comments

Comments
 (0)