Commit da613442 authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

Update l2 values

parent 788fb050
...@@ -31,7 +31,6 @@ blockscout: ...@@ -31,7 +31,6 @@ blockscout:
enabled: true enabled: true
path: path:
prefix: prefix:
# - "/poa/sokol(/|$)(.*)"
- "/" - "/"
# probes # probes
livenessProbe: livenessProbe:
...@@ -50,12 +49,12 @@ blockscout: ...@@ -50,12 +49,12 @@ blockscout:
resources: resources:
limits: limits:
memory: memory:
_default: "1Gi" _default: "2Gi"
cpu: cpu:
_default: "1" _default: "1"
requests: requests:
memory: memory:
_default: "1Gi" _default: "2Gi"
cpu: cpu:
_default: "1" _default: "1"
# Blockscout environment variables # Blockscout environment variables
...@@ -400,7 +399,7 @@ frontend: ...@@ -400,7 +399,7 @@ frontend:
_default: https://blockscout-main.test.aws-k8s.blockscout.com _default: https://blockscout-main.test.aws-k8s.blockscout.com
NEXT_PUBLIC_L2_WITHDRAWAL_URL: NEXT_PUBLIC_L2_WITHDRAWAL_URL:
_default: https://app.optimism.io/bridge/withdraw _default: https://app.optimism.io/bridge/withdraw
NEXT_PUBLIC_GRAPHIQL_TRANSACTION: NEXT_PUBLIC_GRAPHIQL_TRANSACTION:
_default: 0x4a0ed8ddf751a7cb5297f827699117b0f6d21a0b2907594d300dc9fed75c7e62 _default: 0x4a0ed8ddf751a7cb5297f827699117b0f6d21a0b2907594d300dc9fed75c7e62
# enable blockscout-allowance # enable blockscout-allowance
allowance: allowance:
...@@ -460,17 +459,6 @@ visualizer: ...@@ -460,17 +459,6 @@ visualizer:
image: image:
_default: ghcr.io/blockscout/visualizer:latest _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 # enable ingress
ingress: ingress:
enabled: true enabled: true
...@@ -493,13 +481,6 @@ visualizer: ...@@ -493,13 +481,6 @@ visualizer:
cpu: cpu:
_default: "0.05" _default: "0.05"
# node label
nodeSelector:
enabled: true
labels:
_default:
app: blockscout
# probes # probes
livenessProbe: livenessProbe:
enabled: true enabled: true
...@@ -508,13 +489,6 @@ visualizer: ...@@ -508,13 +489,6 @@ visualizer:
enabled: true enabled: true
path: /health path: /health
# enable Horizontal Pod Autoscaler
hpa:
enabled: false
minReplicas: 1
maxReplicas: 10
cpuTarget: 90
environment: environment:
VISUALIZER__SERVER__HTTP__ENABLED: VISUALIZER__SERVER__HTTP__ENABLED:
_default: 'true' _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