Commit a89e70ef authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

update review values

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