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

Update values.yaml

parent 0d3a02a6
...@@ -47,14 +47,14 @@ blockscout: ...@@ -47,14 +47,14 @@ blockscout:
resources: resources:
limits: limits:
memory: memory:
_default: "5Gi" _default: "4Gi"
cpu: cpu:
_default: "4" _default: "3"
requests: requests:
memory: memory:
_default: "5Gi" _default: "4Gi"
cpu: cpu:
_default: "4" _default: "3"
# node label # node label
nodeSelector: nodeSelector:
enabled: true enabled: true
...@@ -295,12 +295,12 @@ frontend: ...@@ -295,12 +295,12 @@ frontend:
resources: resources:
limits: limits:
memory: memory:
_default: "0.5Gi" _default: "0.3Gi"
cpu: cpu:
_default: "0.5" _default: "0.5"
requests: requests:
memory: memory:
_default: "0.5Gi" _default: "0.3Gi"
cpu: cpu:
_default: "0.5" _default: "0.5"
environment: environment:
...@@ -340,7 +340,7 @@ frontend: ...@@ -340,7 +340,7 @@ frontend:
NEXT_PUBLIC_API_BASE_PATH: NEXT_PUBLIC_API_BASE_PATH:
_default: / _default: /
NEXT_PUBLIC_BLOCKSCOUT_VERSION: NEXT_PUBLIC_BLOCKSCOUT_VERSION:
_default: v4.1.8-beta _default: v5.1.2-beta
NEXT_PUBLIC_FOOTER_GITHUB_LINK: NEXT_PUBLIC_FOOTER_GITHUB_LINK:
_default: https://github.com/blockscout/blockscout _default: https://github.com/blockscout/blockscout
NEXT_PUBLIC_FOOTER_TWITTER_LINK: 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