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
245738f9
Commit
245738f9
authored
Jun 15, 2021
by
harshit aggarwal
Browse files
indentatio
parent
19f43086
Pipeline
#46292
passed with stages
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
charts/airflow/helm-config.yaml
View file @
245738f9
...
...
@@ -148,12 +148,12 @@ airflow:
## minReplicas is picked from Values.workers.replicas and default value is 1
maxReplicas
:
3
metrics
:
-
type
:
Resource
resource
:
name
:
memory
target
:
type
:
Utilization
averageUtilization
:
60
-
type
:
Resource
resource
:
name
:
memory
target
:
type
:
Utilization
averageUtilization
:
60
labels
:
# DO NOT DELETE THIS LABEL. SET IT TO "false" WHEN AUTOSCALING IS DISABLED, SET IT TO "true" WHEN AUTOSCALING IS ENABLED
autoscalingEnabled
:
"
false"
...
...
@@ -224,53 +224,53 @@ airflow:
AIRFLOW__CORE__STORE_DAG_CODE
:
True
#This flag decides whether to persist DAG files code in DB
AIRFLOW__WEBSERVER__WORKER_CLASS
:
gevent
extraEnv
:
-
name
:
CLOUD_PROVIDER
value
:
"
azure"
-
name
:
AIRFLOW_VAR_KEYVAULT_URI
valueFrom
:
configMapKeyRef
:
name
:
osdu-svc-properties
key
:
ENV_KEYVAULT
-
name
:
AIRFLOW__CORE__FERNET_KEY
valueFrom
:
secretKeyRef
:
name
:
airflow
key
:
fernet-key
-
name
:
AIRFLOW_CONN_AZ_LOG
valueFrom
:
secretKeyRef
:
name
:
airflow
key
:
remote-log-connection
-
name
:
AIRFLOW_VAR_AZURE_TENANT_ID
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
tenantid
-
name
:
AIRFLOW_VAR_AZURE_CLIENT_ID
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
principal-clientid
-
name
:
AIRFLOW_VAR_AZURE_CLIENT_SECRET
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
principal-clientpassword
-
name
:
AIRFLOW_VAR_AAD_CLIENT_ID
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
application-appid
-
name
:
AIRFLOW_VAR_APPINSIGHTS_KEY
valueFrom
:
secretKeyRef
:
name
:
central-logging
key
:
appinsights
-
name
:
CLOUD_PROVIDER
value
:
"
azure"
-
name
:
AIRFLOW_VAR_KEYVAULT_URI
valueFrom
:
configMapKeyRef
:
name
:
osdu-svc-properties
key
:
ENV_KEYVAULT
-
name
:
AIRFLOW__CORE__FERNET_KEY
valueFrom
:
secretKeyRef
:
name
:
airflow
key
:
fernet-key
-
name
:
AIRFLOW_CONN_AZ_LOG
valueFrom
:
secretKeyRef
:
name
:
airflow
key
:
remote-log-connection
-
name
:
AIRFLOW_VAR_AZURE_TENANT_ID
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
tenantid
-
name
:
AIRFLOW_VAR_AZURE_CLIENT_ID
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
principal-clientid
-
name
:
AIRFLOW_VAR_AZURE_CLIENT_SECRET
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
principal-clientpassword
-
name
:
AIRFLOW_VAR_AAD_CLIENT_ID
valueFrom
:
secretKeyRef
:
name
:
active-directory
key
:
application-appid
-
name
:
AIRFLOW_VAR_APPINSIGHTS_KEY
valueFrom
:
secretKeyRef
:
name
:
central-logging
key
:
appinsights
extraConfigmapMounts
:
-
name
:
remote-log-config
mountPath
:
/opt/airflow/config
configMap
:
airflow-remote-log-config
readOnly
:
true
-
name
:
remote-log-config
mountPath
:
/opt/airflow/config
configMap
:
airflow-remote-log-config
readOnly
:
true
extraPipPackages
:
[
"
flask-bcrypt==0.7.1"
,
"
apache-airflow[statsd]"
,
...
...
@@ -289,16 +289,16 @@ airflow:
"
https://azglobalosdutestlake.blob.core.windows.net/pythonsdk/osdu_api-0.0.4.tar.gz"
]
extraVolumeMounts
:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
readOnly
:
true
-
name
:
dags-data
mountPath
:
/opt/airflow/plugins
subPath
:
plugins
extraVolumes
:
-
name
:
azure-keyvault
csi
:
driver
:
secrets-store.csi.k8s.io
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
readOnly
:
true
volumeAttributes
:
secretProviderClass
:
azure-keyvault
-
name
:
dags-data
mountPath
:
/opt/airflow/plugins
subPath
:
plugins
extraVolumes
:
-
name
:
azure-keyvault
csi
:
driver
:
secrets-store.csi.k8s.io
readOnly
:
true
volumeAttributes
:
secretProviderClass
:
azure-keyvault
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