fix(metabase): fix resource req/limit to execute db migration
This commit is contained in:
@@ -44,10 +44,10 @@ extraEnv:
|
||||
# Resource limits
|
||||
resources:
|
||||
limits:
|
||||
memory: 2Gi
|
||||
cpu: 1000m
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
requests:
|
||||
memory: 1Gi
|
||||
memory: 2Gi
|
||||
cpu: 500m
|
||||
|
||||
# Security context
|
||||
@@ -81,4 +81,4 @@ log4j2XML: |
|
||||
<AppenderRef ref="STDOUT"/>
|
||||
</Root>
|
||||
</Loggers>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
||||
Reference in New Issue
Block a user