Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
d6b2e9d8
Commit
d6b2e9d8
authored
Feb 05, 2021
by
harshit aggarwal
Browse files
changing replica counts
parent
8cfb4782
Pipeline
#25000
failed with stages
in 21 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
d6b2e9d8
...
...
@@ -6,7 +6,7 @@
global
:
# Service(s) Replica Count
replicaCount
:
5
replicaCount
:
1
azure
:
servicebusSubscription
:
eg_sb_wkssubscription
...
...
devops/azure/chart/templates/deployment.yaml
View file @
d6b2e9d8
...
...
@@ -42,10 +42,10 @@ spec:
resources
:
requests
:
cpu
:
"
100m"
memory
:
"
3
Gi"
memory
:
"
2
Gi"
limits
:
cpu
:
"
8
00m"
memory
:
"
6
Gi"
cpu
:
"
5
00m"
memory
:
"
4
Gi"
volumeMounts
:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
...
...
@@ -113,4 +113,4 @@ spec:
-
name
:
executor_n_threads
value
:
"
64"
-
name
:
max_lock_renew_duration_seconds
value
:
"
300"
\ No newline at end of file
value
:
"
1000"
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment