Skip to content
Snippets Groups Projects
Commit 26ff4b9a 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 cf749a98
No related branches found
No related tags found
1 merge request!439[GONRG-7917] added replicas variable in helm
......@@ -9,7 +9,7 @@ spec:
selector:
matchLabels:
app: {{ .Values.conf.appName | quote}}
replicas: 1
replicas: {{ .Values.conf.replicas }}
template:
metadata:
labels:
......
......@@ -30,6 +30,7 @@ conf:
openidSecretName: "notification-keycloak-secret"
notificationRedisSecretName: "notification-redis-secret"
redisSSL: false
replicas: 1
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