Skip to content

Commit c2bbcb9

Browse files
authored
Bump up replicas to 2
1 parent dbd4fc5 commit c2bbcb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/apache-airflow/templates/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ scheduler:
841841

842842
# Airflow 2.0 allows users to run multiple schedulers,
843843
# However this feature is only recommended for MySQL 8+ and Postgres
844-
replicas: 1
844+
replicas: 2
845845
# Max number of old replicasets to retain
846846
revisionHistoryLimit: ~
847847

@@ -1324,7 +1324,7 @@ webserver:
13241324
scheme: HTTP
13251325

13261326
# Number of webservers
1327-
replicas: 1
1327+
replicas: 2
13281328
# Max number of old replicasets to retain
13291329
revisionHistoryLimit: ~
13301330

0 commit comments

Comments
 (0)