Commit 6015bb72 authored by Nick Zenchik's avatar Nick Zenchik

Adding health checks to front-main and increasing resources for l2-optimism...

Adding health checks to front-main and increasing resources for l2-optimism and front-main blockscout instance
parent 3e9fe022
......@@ -49,9 +49,9 @@ blockscout:
resources:
limits:
memory:
_default: "2Gi"
_default: "4Gi"
cpu:
_default: "1"
_default: "2"
requests:
memory:
_default: "2Gi"
......
......@@ -48,7 +48,7 @@ blockscout:
memory:
_default: "4Gi"
cpu:
_default: "3"
_default: "4"
requests:
memory:
_default: "2Gi"
......@@ -239,6 +239,10 @@ frontend:
_default: 250m
nodeSelector:
enabled: false
livenessProbe:
enabled: true
readinessProbe:
enabled: true
environment:
# ui config
NEXT_PUBLIC_FEATURED_NETWORKS:
......
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