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 Ingestion
csv-parser
csv-parser
Commits
2e742842
Commit
2e742842
authored
Nov 09, 2021
by
harshit aggarwal
Browse files
add java opts
parent
5ef220aa
Pipeline
#76031
failed with stage
in 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
deployments/scripts/azure/create_dag.py
View file @
2e742842
...
@@ -25,7 +25,9 @@ class CreateDag:
...
@@ -25,7 +25,9 @@ class CreateDag:
"file_service_endpoint"
:
f
"https://
{
self
.
dns_host_name
}
/api/file/v2"
,
"file_service_endpoint"
:
f
"https://
{
self
.
dns_host_name
}
/api/file/v2"
,
"KEYVAULT_URI"
:
"{{ var.value.keyvault_uri }}"
,
"KEYVAULT_URI"
:
"{{ var.value.keyvault_uri }}"
,
"appinsights_key"
:
"{{ var.value.appinsights_key }}"
,
"appinsights_key"
:
"{{ var.value.appinsights_key }}"
,
"azure_paas_podidentity_isEnabled"
:
"{{ var.value.azure_enable_msi }}"
"azure_paas_podidentity_isEnabled"
:
"{{ var.value.azure_enable_msi }}"
,
"JAVA_OPTS"
:
"-XX:InitialRAMPercentage=25.0 -XX:MaxRAMPercentage=50.0 -XX:+HeapDumpOnOutOfMemoryError"
,
"APPINSIGHTS_LOGGING_ENABLED"
:
"false"
}
}
self
.
enable_azure_aad_vars
=
os
.
environ
.
get
(
'AZURE_AAD_VARIABLES'
,
'true'
)
self
.
enable_azure_aad_vars
=
os
.
environ
.
get
(
'AZURE_AAD_VARIABLES'
,
'true'
)
...
...
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