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
Fabien Bosquet
infra-azure-provisioning
Commits
32315e23
Commit
32315e23
authored
Oct 16, 2020
by
Kiran Veerapaneni
Committed by
Daniel Scholl
Oct 16, 2020
Browse files
updating env variables for airflow
parent
b18c0f98
Changes
4
Hide whitespace changes
Inline
Side-by-side
charts/osdu-airflow/templates/airflow-log-processor-deployment.yaml
View file @
32315e23
...
@@ -40,7 +40,7 @@ spec:
...
@@ -40,7 +40,7 @@ spec:
valueFrom
:
valueFrom
:
secretKeyRef
:
secretKeyRef
:
name
:
airflow
name
:
airflow
key
:
airflow-
storage-connection
key
:
storage-connection
---
---
apiVersion
:
keda.k8s.io/v1alpha1
apiVersion
:
keda.k8s.io/v1alpha1
...
...
charts/osdu-airflow/templates/post-install-job.yaml
View file @
32315e23
...
@@ -49,7 +49,7 @@ spec:
...
@@ -49,7 +49,7 @@ spec:
valueFrom
:
valueFrom
:
secretKeyRef
:
secretKeyRef
:
name
:
airflow
name
:
airflow
key
:
airflow-
admin-password
key
:
admin-password
volumes
:
volumes
:
-
name
:
config-volume
-
name
:
config-volume
configMap
:
configMap
:
...
...
charts/osdu-airflow/values.yaml
View file @
32315e23
...
@@ -32,12 +32,12 @@ airflow:
...
@@ -32,12 +32,12 @@ airflow:
valueFrom
:
valueFrom
:
secretKeyRef
:
secretKeyRef
:
name
:
airflow
name
:
airflow
key
:
airflow-
fernet-key
key
:
fernet-key
-
name
:
AIRFLOW_CONN_AZ_LOG
-
name
:
AIRFLOW_CONN_AZ_LOG
valueFrom
:
valueFrom
:
secretKeyRef
:
secretKeyRef
:
name
:
airflow
name
:
airflow
key
:
airflow-
remote-log-connection
key
:
remote-log-connection
extraConfigmapMounts
:
extraConfigmapMounts
:
-
name
:
remote-log-config
-
name
:
remote-log-config
mountPath
:
/opt/airflow/config
mountPath
:
/opt/airflow/config
...
...
charts/osdu-common/templates/appgw-ingress.yaml
View file @
32315e23
...
@@ -72,3 +72,7 @@ spec:
...
@@ -72,3 +72,7 @@ spec:
serviceName
:
file
serviceName
:
file
servicePort
:
80
servicePort
:
80
path
:
/api/file/v2/*
path
:
/api/file/v2/*
-
backend
:
serviceName
:
ingestion-workflow
servicePort
:
80
path
:
/api/workflow/v1/*
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