Commit 74b33ac6 authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

update main values

parent 4176fee4
......@@ -21,7 +21,7 @@ blockscout:
type: ClusterIP
# enable ingress
ingress:
enabled: true
enabled: true
annotations: {}
# - 'nginx.ingress.kubernetes.io/rewrite-target: /$2'
host:
......@@ -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:
......
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