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

[GONRG-7917] added replicas variable in helm

parent 617a1a2d
No related branches found
No related tags found
1 merge request!570[GONRG-7917] added replicas variable in helm
......@@ -862,7 +862,6 @@ The following software have components provided under the terms of this license:
- Azure Java Client Runtime for AutoRest (from https://github.com/Azure/autorest-clientruntime-for-java)
- Azure Spring Boot AutoConfigure (from https://github.com/Azure/azure-sdk-for-java, https://github.com/Microsoft/azure-spring-boot)
- Azure Spring Boot Starter for Azure AD Spring Security Integration (from https://github.com/Azure/azure-sdk-for-java)
- Bouncy Castle Provider (from http://www.bouncycastle.org/java.html, https://www.bouncycastle.org/java.html)
- Checker Qual (from https://checkerframework.org)
- ClassGraph (from https://github.com/classgraph/classgraph)
- Cucumber Expressions (from https://github.com/cucumber/cucumber-expressions-java)
......
......@@ -9,7 +9,7 @@ spec:
selector:
matchLabels:
app: {{ .Values.conf.appName | quote }}
replicas: 1
replicas: {{ .Values.conf.replicas }}
template:
metadata:
labels:
......
......@@ -36,6 +36,7 @@ conf:
minioSecretName: "schema-minio-secret"
postgresSecretName: "schema-postgres-secret"
rabbitmqSecretName: "rabbitmq-secret"
replicas: 1
istio:
proxyCPU: "90m"
......
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