| garciadeblas | 7b53d26 | 2022-11-04 23:18:48 +0100 | [diff] [blame] | 1 | # |
| garciadeblas | bae51f6 | 2023-03-28 18:27:20 +0200 | [diff] [blame] | 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 |
| garciadeblas | 7b53d26 | 2022-11-04 23:18:48 +0100 | [diff] [blame] | 5 | # |
| garciadeblas | bae51f6 | 2023-03-28 18:27:20 +0200 | [diff] [blame] | 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 | # |
| garciadeblas | 7b53d26 | 2022-11-04 23:18:48 +0100 | [diff] [blame] | 14 | --- |
| garciadeblas | 0cdfb57 | 2022-11-11 10:24:51 +0100 | [diff] [blame] | 15 | defaultAirflowRepository: opensourcemano/airflow |
| 16 | defaultAirflowTag: "13" |
| garciadeblas | 7b53d26 | 2022-11-04 23:18:48 +0100 | [diff] [blame] | 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 | extraEnvFrom: | |
| 26 | - secretRef: |
| 27 | name: ngsa-secret |
| garciadeblas | 0cdfb57 | 2022-11-11 10:24:51 +0100 | [diff] [blame] | 28 | config: |
| 29 | core: |
| garciadeblas | 9f58633 | 2022-11-28 23:54:26 +0100 | [diff] [blame] | 30 | dags_folder: "/home/airflow/.local/lib/python3.8/site-packages/osm_ngsa" |
| garciadeblas | 7b53d26 | 2022-11-04 23:18:48 +0100 | [diff] [blame] | 31 | |