Skip to content
Snippets Groups Projects
Commit d6734453 authored by Gor Gevorgyan [EPAM / GCP]'s avatar Gor Gevorgyan [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

fix: Update replicas

parent 3038bd78
No related branches found
No related tags found
1 merge request!398fix: Update replicas
......@@ -62,6 +62,7 @@ First you need to set variables in **values.yaml** file using any code editor. S
|------|-------------|------|---------|---------|
**conf.appName** | name of the app | string | `unit` | yes
**conf.configmap** | configmap to be used | string | `unit-config` | yes
**conf.replicas** | Number of pods for service | integer | 2 | yes
### Istio variables
......
......@@ -24,7 +24,7 @@ data:
conf:
appName: "unit"
configmap: "unit-config"
replicas: 1
replicas: 2
istio:
proxyCPU: "5m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment