@@ -83,30 +83,25 @@ apiServer:
8383 value : " 21600"
8484 - name : AIRFLOW__API_AUTH__JWT_LEEWAY
8585 value : " 60"
86- resources :
87- limits :
88- memory : 2G
89- requests :
90- memory : 2G
9186 extraInitContainers :
9287 - name : flyway-migrations
93- image : " ghcr.io/bcgov/nr-bcwat/migrations:{{ .Values.images.airflow.tag }} "
88+ image : " ~ "
9489 imagePullPolicy : Always
9590 env :
9691 - name : FLYWAY_URL
9792 valueFrom :
9893 secretKeyRef :
99- name : " {{ .Values.migrations.databaseAlias }}-pguser-{{ .Values.migrations.databaseUser }} "
94+ name : " ~ "
10095 key : jdbc-uri
10196 - name : FLYWAY_USER
10297 valueFrom :
10398 secretKeyRef :
104- name : " {{ .Values.migrations.databaseAlias }}-pguser-{{ .Values.migrations.databaseUser }} "
99+ name : " ~ "
105100 key : user
106101 - name : FLYWAY_PASSWORD
107102 valueFrom :
108103 secretKeyRef :
109- name : " {{ .Values.migrations.databaseAlias }}-pguser-{{ .Values.migrations.databaseUser }} "
104+ name : " ~ "
110105 key : password
111106 - name : FLYWAY_BASELINE_ON_MIGRATE
112107 value : " true"
@@ -116,11 +111,6 @@ apiServer:
116111 value : " 10"
117112 - name : FLYWAY_GROUP
118113 value : " true"
119- resources :
120- requests :
121- memory : 1G
122- limits :
123- memory : 1G
124114 waitForMigrations :
125115 enabled : true
126116
@@ -134,15 +124,11 @@ scheduler:
134124 value : " 21600"
135125 - name : AIRFLOW__API_AUTH__JWT_LEEWAY
136126 value : " 60"
137- resources :
138- limits :
139- memory : 2G
140- requests :
141- memory : 2G
142127 waitForMigrations :
143128 enabled : true
144129
145130migrateDatabaseJob :
131+ useHelmHooks : false
146132 env :
147133 - name : AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION
148134 value : " False"
@@ -161,14 +147,10 @@ migrateDatabaseJob:
161147 secretKeyRef :
162148 name : airflow-migrate-db-conn
163149 key : connection
164- resources :
165- requests :
166- memory : 1G
167- limits :
168- memory : 1G
169150 ttlSecondsAfterFinished : 180
170151
171152createUserJob :
153+ useHelmHooks : false
172154 env :
173155 - name : AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION
174156 value : " False"
@@ -187,11 +169,6 @@ createUserJob:
187169 secretKeyRef :
188170 name : airflow-migrate-db-conn
189171 key : connection
190- resources :
191- requests :
192- memory : 1G
193- limits :
194- memory : 1G
195172 ttlSecondsAfterFinished : 180
196173
197174redis :
@@ -207,11 +184,6 @@ triggerer:
207184 value : " 21600"
208185 - name : AIRFLOW__API_AUTH__JWT_LEEWAY
209186 value : " 60"
210- resources :
211- limits :
212- memory : 1.5G
213- requests :
214- memory : 1.5G
215187 persistence :
216188 enabled : false
217189 waitForMigrations :
0 commit comments