Skip to content
Snippets Groups Projects
Commit 63a8a3a0 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 511ea516
No related branches found
No related tags found
1 merge request!462[GONRG-7917] added replicas variable in helm
......@@ -954,7 +954,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)
- Default Plexus Container (from https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default)
......
......@@ -4,7 +4,7 @@ metadata:
name: {{ .Values.conf.appName | quote }}
namespace: {{ .Release.Namespace | quote }}
spec:
replicas: 1
replicas: {{ .Values.conf.replicas }}
selector:
matchLabels:
app: {{ .Values.conf.appName | quote }}
......
......@@ -35,6 +35,7 @@ conf:
appName: "partition"
configmap: "partition-config"
secret: "partition-postgres-secret"
replicas: 1
auth:
realm: "osdu"
......
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