Commit da613442 authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

Update l2 values

parent 788fb050
......@@ -31,7 +31,6 @@ blockscout:
enabled: true
path:
prefix:
# - "/poa/sokol(/|$)(.*)"
- "/"
# probes
livenessProbe:
......@@ -50,12 +49,12 @@ blockscout:
resources:
limits:
memory:
_default: "1Gi"
_default: "2Gi"
cpu:
_default: "1"
requests:
memory:
_default: "1Gi"
_default: "2Gi"
cpu:
_default: "1"
# Blockscout environment variables
......@@ -460,17 +459,6 @@ visualizer:
image:
_default: ghcr.io/blockscout/visualizer:latest
replicas:
app: 1
docker:
port: 80
targetPort: 8050
# metricsPort: 6060
service:
# ClusterIP, NodePort or LoadBalancer
type: ClusterIP
# enable ingress
ingress:
enabled: true
......@@ -493,13 +481,6 @@ visualizer:
cpu:
_default: "0.05"
# node label
nodeSelector:
enabled: true
labels:
_default:
app: blockscout
# probes
livenessProbe:
enabled: true
......@@ -508,13 +489,6 @@ visualizer:
enabled: true
path: /health
# enable Horizontal Pod Autoscaler
hpa:
enabled: false
minReplicas: 1
maxReplicas: 10
cpuTarget: 90
environment:
VISUALIZER__SERVER__HTTP__ENABLED:
_default: 'true'
......
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