Move lcm certificate to lcm folder in OSM helm chart
[osm/devops.git] / installers / helm / values / airflow-values.yaml
1 #
2 #   Licensed under the Apache License, Version 2.0 (the "License");
3 #   you may not use this file except in compliance with the License.
4 #   You may obtain a copy of the License at
5 #
6 #       http://www.apache.org/licenses/LICENSE-2.0
7 #
8 #   Unless required by applicable law or agreed to in writing, software
9 #   distributed under the License is distributed on an "AS IS" BASIS,
10 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 #   See the License for the specific language governing permissions and
12 #   limitations under the License.
13 #
14 ---
15 defaultAirflowRepository: opensourcemano/airflow
16 defaultAirflowTag: "testing-daily"
17 webserverSecretKeySecretName: airflow-webserver-secret
18 webserver:
19   service:
20     type: NodePort
21     ports:
22       - name: airflow-ui
23         port: "{{ .Values.ports.airflowUI }}"
24         targetPort: "{{ .Values.ports.airflowUI }}"
25 extraEnv: |
26   - name: AIRFLOW__API__AUTH_BACKENDS
27     value: 'airflow.api.auth.backend.basic_auth'
28   - name: AIRFLOW__LOGGING__LOGGING_LEVEL
29     value: 'INFO'
30   - name: OSMMON_DATABASE_COMMONKEY
31     valueFrom:
32       secretKeyRef:
33         name: osm-secret
34         key: OSM_DATABASE_COMMONKEY
35 # extraEnvFrom: |
36 #   - secretRef:
37 #       name: ngsa-secret
38 config:
39   core:
40     dags_folder: "/home/airflow/.local/lib/python3.10/site-packages/osm_ngsa"
41 workers:
42   persistence:
43     size: 8Gi