Commit e599ef31 authored by Victor Baranov's avatar Victor Baranov Committed by GitHub

Update values.yaml

parent 0d3a02a6
......@@ -47,14 +47,14 @@ blockscout:
resources:
limits:
memory:
_default: "5Gi"
_default: "4Gi"
cpu:
_default: "4"
_default: "3"
requests:
memory:
_default: "5Gi"
_default: "4Gi"
cpu:
_default: "4"
_default: "3"
# node label
nodeSelector:
enabled: true
......@@ -295,12 +295,12 @@ frontend:
resources:
limits:
memory:
_default: "0.5Gi"
_default: "0.3Gi"
cpu:
_default: "0.5"
requests:
memory:
_default: "0.5Gi"
_default: "0.3Gi"
cpu:
_default: "0.5"
environment:
......@@ -340,7 +340,7 @@ frontend:
NEXT_PUBLIC_API_BASE_PATH:
_default: /
NEXT_PUBLIC_BLOCKSCOUT_VERSION:
_default: v4.1.8-beta
_default: v5.1.2-beta
NEXT_PUBLIC_FOOTER_GITHUB_LINK:
_default: https://github.com/blockscout/blockscout
NEXT_PUBLIC_FOOTER_TWITTER_LINK:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment