Commit 7291d4ae authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

update verifier values

parent 4f76537a
...@@ -392,10 +392,10 @@ scVerifier: ...@@ -392,10 +392,10 @@ scVerifier:
# probes # probes
livenessProbe: livenessProbe:
enabled: true enabled: true
path: /health # path: /health
readinessProbe: readinessProbe:
enabled: true enabled: true
path: /health # path: /health
# enable Horizontal Pod Autoscaler # enable Horizontal Pod Autoscaler
hpa: hpa:
enabled: true enabled: true
...@@ -477,7 +477,7 @@ frontend: ...@@ -477,7 +477,7 @@ frontend:
- "/token" - "/token"
- "/accounts" - "/accounts"
- "/visualize" - "/visualize"
resources: resources:
limits: limits:
memory: memory:
......
...@@ -238,10 +238,10 @@ scVerifier: ...@@ -238,10 +238,10 @@ scVerifier:
# probes # probes
livenessProbe: livenessProbe:
enabled: true enabled: true
path: /health # path: /health
readinessProbe: readinessProbe:
enabled: true enabled: true
path: /health # path: /health
# enable Horizontal Pod Autoscaler # enable Horizontal Pod Autoscaler
hpa: hpa:
enabled: true enabled: 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