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
c27c2c39
Commit
c27c2c39
authored
Feb 10, 2021
by
harshit aggarwal
Browse files
resource limits update
parent
d6b2e9d8
Pipeline
#25820
failed with stages
in 2 minutes and 30 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
c27c2c39
...
...
@@ -42,10 +42,10 @@ spec:
resources
:
requests
:
cpu
:
"
100m"
memory
:
"
2Gi"
limits
:
cpu
:
"
500m"
memory
:
"
4Gi"
limits
:
cpu
:
"
3000m"
memory
:
"
8Gi"
volumeMounts
:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
...
...
@@ -109,8 +109,8 @@ spec:
-
name
:
default_tenant
value
:
{{
.Values.azure.defaultTenant
}}
-
name
:
max_concurrent_calls
value
:
"
64
"
value
:
"
128
"
-
name
:
executor_n_threads
value
:
"
64
"
value
:
"
128
"
-
name
:
max_lock_renew_duration_seconds
value
:
"
1000"
\ No newline at end of file
value
:
"
2000"
\ 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