Commit e9d1d9c9 authored by tom's avatar tom

Merge branch 'main' of github.com:blockscout/frontend

parents 94602774 a89e70ef
......@@ -31,8 +31,9 @@ blockscout:
tls:
enabled: true
path:
# - "/poa/sokol(/|$)(.*)"
- "/"
prefix:
# - "/poa/sokol(/|$)(.*)"
- "/"
# probes
livenessProbe:
enabled: true
......@@ -434,18 +435,20 @@ frontend:
tls:
enabled: true
path:
# - "/(apps|auth/profile|account)"
- "/"
- "/apps"
- "/_next"
- "/node-api"
- "/static"
- "/auth/profile"
- "/account"
- "/txs"
- "/tx"
- "/blocks"
- "/block"
exact:
# - "/(apps|auth/profile|account)"
- "/"
prefix:
- "/apps"
- "/_next"
- "/node-api"
- "/static"
- "/auth/profile"
- "/account"
- "/txs"
- "/tx"
- "/blocks"
- "/block"
resources:
limits:
memory:
......
......@@ -31,8 +31,9 @@ blockscout:
tls:
enabled: true
path:
prefix:
# - "/poa/sokol(/|$)(.*)"
- "/"
- "/"
# probes
livenessProbe:
enabled: true
......@@ -299,17 +300,20 @@ frontend:
tls:
enabled: true
path:
exact:
# - "/(apps|auth/profile|account)"
- "/"
prefix:
# - "/(apps|auth/profile|account)"
- "/"
- "/apps"
- "/_next"
- "/node-api"
- "/static"
- "/auth/profile"
- "/txs"
- "/tx"
- "/blocks"
- "/block"
- "/apps"
- "/_next"
- "/node-api"
- "/static"
- "/auth/profile"
- "/txs"
- "/tx"
- "/blocks"
- "/block"
resources:
limits:
memory:
......
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