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

update main values

parent 4176fee4
...@@ -21,7 +21,7 @@ blockscout: ...@@ -21,7 +21,7 @@ blockscout:
type: ClusterIP type: ClusterIP
# enable ingress # enable ingress
ingress: ingress:
enabled: true enabled: true
annotations: {} annotations: {}
# - 'nginx.ingress.kubernetes.io/rewrite-target: /$2' # - 'nginx.ingress.kubernetes.io/rewrite-target: /$2'
host: host:
...@@ -31,8 +31,9 @@ blockscout: ...@@ -31,8 +31,9 @@ blockscout:
tls: tls:
enabled: true enabled: true
path: path:
# - "/poa/sokol(/|$)(.*)" prefix:
- "/" # - "/poa/sokol(/|$)(.*)"
- "/"
# probes # probes
livenessProbe: livenessProbe:
enabled: true enabled: true
...@@ -434,18 +435,20 @@ frontend: ...@@ -434,18 +435,20 @@ frontend:
tls: tls:
enabled: true enabled: true
path: path:
# - "/(apps|auth/profile|account)" exact:
- "/" # - "/(apps|auth/profile|account)"
- "/apps" - "/"
- "/_next" prefix:
- "/node-api" - "/apps"
- "/static" - "/_next"
- "/auth/profile" - "/node-api"
- "/account" - "/static"
- "/txs" - "/auth/profile"
- "/tx" - "/account"
- "/blocks" - "/txs"
- "/block" - "/tx"
- "/blocks"
- "/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