blob: 1b67a1851da1c67d2cdaeae389cffd8b60dae755 [file] [log] [blame]
garciadeblas7b53d262022-11-04 23:18:48 +01001#
garciadeblasbae51f62023-03-28 18:27:20 +02002# 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
garciadeblas7b53d262022-11-04 23:18:48 +01005#
garciadeblasbae51f62023-03-28 18:27:20 +02006# 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#
garciadeblas7b53d262022-11-04 23:18:48 +010014---
garciadeblas0cdfb572022-11-11 10:24:51 +010015defaultAirflowRepository: opensourcemano/airflow
garciadeblas8b957062024-08-22 19:46:53 +020016defaultAirflowTag: "16"
garciadeblas18582e92024-05-21 12:13:50 +020017ingress:
18 web:
19 enabled: True
20 hosts:
21 - name: "localhost"
22 ingressClassName: nginx
garciadeblas7b53d262022-11-04 23:18:48 +010023webserverSecretKeySecretName: airflow-webserver-secret
24webserver:
25 service:
garciadeblas18582e92024-05-21 12:13:50 +020026 type: ClusterIP
garciadeblas7b53d262022-11-04 23:18:48 +010027 ports:
28 - name: airflow-ui
29 port: "{{ .Values.ports.airflowUI }}"
30 targetPort: "{{ .Values.ports.airflowUI }}"
aguilarde556fe02023-05-02 10:20:21 +000031extraEnv: |
32 - name: AIRFLOW__API__AUTH_BACKENDS
33 value: 'airflow.api.auth.backend.basic_auth'
garciadeblas29484f12023-05-25 10:36:17 +020034 - name: AIRFLOW__LOGGING__LOGGING_LEVEL
35 value: 'INFO'
garciadeblas8080e4b2023-04-14 09:57:17 +020036 - name: OSMMON_DATABASE_COMMONKEY
37 valueFrom:
38 secretKeyRef:
39 name: osm-secret
40 key: OSM_DATABASE_COMMONKEY
41# extraEnvFrom: |
42# - secretRef:
43# name: ngsa-secret
garciadeblas0cdfb572022-11-11 10:24:51 +010044config:
45 core:
aguilard64775ea2023-04-27 11:02:21 +000046 dags_folder: "/home/airflow/.local/lib/python3.10/site-packages/osm_ngsa"
garciadeblas7812a1c2023-07-04 15:46:11 +020047workers:
48 persistence:
49 size: 8Gi