We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc2356 commit b2aa661Copy full SHA for b2aa661
stacks/airflow/airflow.yaml
@@ -1,4 +1,4 @@
1
-{% raw %}
+# {% raw %}
2
---
3
apiVersion: airflow.stackable.tech/v1alpha1
4
kind: AirflowCluster
@@ -285,22 +285,22 @@ data:
285
limit: 512Mi
286
driver:
287
config:
288
- resources:
+ resources:
289
cpu:
290
min: 1000m
291
max: 1200m
292
memory:
293
limit: 1024Mi
294
executor:
295
296
297
298
min: 500m
299
max: 1000m
300
301
302
replicas: 3
303
-{% endraw %}
+# {% endraw %}
304
305
apiVersion: v1
306
kind: Secret
0 commit comments