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
Deployment and Operations
infra-azure-provisioning
Commits
19f43086
Commit
19f43086
authored
Jun 15, 2021
by
harshit aggarwal
Browse files
indentation
parent
0627d98a
Pipeline
#46283
passed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
charts/airflow/helm-config.yaml
View file @
19f43086
...
...
@@ -15,6 +15,7 @@ image:
airflowLogin
:
name
:
admin
airflowAuthentication
:
username
:
admin
keyvaultMountPath
:
/mnt/azure-keyvault/
...
...
@@ -216,12 +217,12 @@ airflow:
AIRFLOW_VAR_CORE__SERVICE__STORAGE__URL
:
"
http://storage.osdu.svc.cluster.local/api/storage/v2/records"
AIRFLOW_VAR_CORE__SERVICE__FILE__HOST
:
"
http://file.osdu.svc.cluster.local/api/file/v2"
AIRFLOW_VAR_CORE__SERVICE__WORKFLOW__HOST
:
"
http://ingestion-workflow.osdu.svc.cluster.local/api/workflow"
AIRFLOW_VAR_CORE__SERVICE__SEARCH_WITH_CURSOR__URL
:
"
http://search-service.osdu.svc.cluster.local/api/search/v2/query_with_cursor"
AIRFLOW__WEBSERVER__WORKERS
:
15
AIRFLOW__WEBSERVER__WORKER_REFRESH_BATCH_SIZE
:
0
AIRFLOW__CORE__STORE_SERIALIZED_DAGS
:
True
#This flag decides whether to serialise DAGs and persist them in DB
AIRFLOW__CORE__STORE_DAG_CODE
:
True
#This flag decides whether to persist DAG files code in DB
AIRFLOW__WEBSERVER__WORKER_CLASS
:
gevent
AIRFLOW_VAR_CORE__SERVICE__SEARCH_WITH_CURSOR__URL
:
"
http://search-service.osdu.svc.cluster.local/api/search/v2/query_with_cursor"
extraEnv
:
-
name
:
CLOUD_PROVIDER
value
:
"
azure"
...
...
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