@@ -677,14 +677,14 @@ workers:
677677 # limits:
678678 # cpu: 100m
679679 # memory: 128Mi
680- # requests:
681- # cpu: 100m
682- # memory: 128Mi
680+ requests :
681+ cpu : 100m
682+ memory : 128Mi
683683
684684 resources :
685- limits :
686- cpu : 100m
687- memory : 128Mi
685+ # limits:
686+ # cpu: 100m
687+ # memory: 128Mi
688688 requests :
689689 cpu : 100m
690690 memory : 128Mi
@@ -765,13 +765,13 @@ workers:
765765 args : ["bash", "/clean-logs"]
766766 # Number of days to retain logs
767767 retentionDays : 15
768- resources : {}
768+ resources :
769769 # limits:
770770 # cpu: 100m
771771 # memory: 128Mi
772- # requests:
773- # cpu: 100m
774- # memory: 128Mi
772+ requests :
773+ cpu : 100m
774+ memory : 128Mi
775775 # Detailed default security context for logGroomerSidecar for container level
776776 securityContexts :
777777 container : {}
@@ -896,9 +896,9 @@ scheduler:
896896 # minAvailable: 1
897897
898898 resources :
899- limits :
900- cpu : 100m
901- memory : 128Mi
899+ # limits:
900+ # cpu: 100m
901+ # memory: 128Mi
902902 requests :
903903 cpu : 100m
904904 memory : 128Mi
@@ -964,10 +964,10 @@ scheduler:
964964 args : ["bash", "/clean-logs"]
965965 # Number of days to retain logs
966966 retentionDays : 15
967- resources : {}
968- limits :
969- cpu : 100m
970- memory : 128Mi
967+ resources :
968+ # limits:
969+ # cpu: 100m
970+ # memory: 128Mi
971971 requests :
972972 cpu : 100m
973973 memory : 128Mi
@@ -1087,12 +1087,12 @@ createUserJob:
10871087 env : []
10881088
10891089 resources :
1090- limits :
1091- cpu : 100m
1092- memory : 128Mi
1093- requests :
1094- cpu : 100m
1095- memory : 128Mi
1090+ # limits:
1091+ # cpu: 100m
1092+ # memory: 128Mi
1093+ requests :
1094+ cpu : 100m
1095+ memory : 128Mi
10961096
10971097# Airflow database migration job settings
10981098migrateDatabaseJob :
@@ -1151,9 +1151,9 @@ migrateDatabaseJob:
11511151 annotations : {}
11521152
11531153 resources :
1154- limits :
1155- cpu : 100m
1156- memory : 128Mi
1154+ # limits:
1155+ # cpu: 100m
1156+ # memory: 128Mi
11571157 requests :
11581158 cpu : 100m
11591159 memory : 128Mi
@@ -1259,12 +1259,12 @@ _apiServer:
12591259 - port : " 9091"
12601260
12611261 resources :
1262- limits :
1263- cpu : 100m
1264- memory : 128Mi
1265- requests :
1266- cpu : 100m
1267- memory : 128Mi
1262+ # limits:
1263+ # cpu: 100m
1264+ # memory: 128Mi
1265+ requests :
1266+ cpu : 100m
1267+ memory : 128Mi
12681268
12691269 livenessProbe :
12701270 initialDelaySeconds : 15
@@ -1386,12 +1386,12 @@ webserver:
13861386 - port : " {{ .Values.ports.airflowUI }}"
13871387
13881388 resources :
1389- limits :
1390- cpu : 100m
1391- memory : 128Mi
1392- requests :
1393- cpu : 100m
1394- memory : 128Mi
1389+ # limits:
1390+ # cpu: 100m
1391+ # memory: 128Mi
1392+ requests :
1393+ cpu : 100m
1394+ memory : 128Mi
13951395
13961396 # Create initial user.
13971397 defaultUser :
@@ -1577,12 +1577,12 @@ triggerer:
15771577 annotations : {}
15781578
15791579 resources :
1580- limits :
1581- cpu : 100m
1582- memory : 128Mi
1583- requests :
1584- cpu : 100m
1585- memory : 128Mi
1580+ # limits:
1581+ # cpu: 100m
1582+ # memory: 128Mi
1583+ requests :
1584+ cpu : 100m
1585+ memory : 128Mi
15861586
15871587 # Grace period for triggerer to finish after SIGTERM is sent from kubernetes
15881588 terminationGracePeriodSeconds : 60
@@ -1648,13 +1648,13 @@ triggerer:
16481648 args : ["bash", "/clean-logs"]
16491649 # Number of days to retain logs
16501650 retentionDays : 15
1651- resources : {}
1651+ resources :
16521652 # limits:
16531653 # cpu: 100m
16541654 # memory: 128Mi
1655- # requests:
1656- # cpu: 100m
1657- # memory: 128Mi
1655+ requests :
1656+ cpu : 100m
1657+ memory : 128Mi
16581658 # Detailed default security context for logGroomerSidecar for container level
16591659 securityContexts :
16601660 container : {}
@@ -1767,9 +1767,9 @@ dagProcessor:
17671767 containerLifecycleHooks : {}
17681768
17691769 resources :
1770- limits :
1771- cpu : 100m
1772- memory : 128Mi
1770+ # limits:
1771+ # cpu: 100m
1772+ # memory: 128Mi
17731773 requests :
17741774 cpu : 100m
17751775 memory : 128Mi
@@ -1833,9 +1833,9 @@ dagProcessor:
18331833 # Number of days to retain logs
18341834 retentionDays : 15
18351835 resources :
1836- limits :
1837- cpu : 100m
1838- memory : 128Mi
1836+ # limits:
1837+ # cpu: 100m
1838+ # memory: 128Mi
18391839 requests :
18401840 cpu : 100m
18411841 memory : 128Mi
@@ -1895,9 +1895,9 @@ flower:
18951895 - port : " {{ .Values.ports.flowerUI }}"
18961896
18971897 resources :
1898- limits :
1899- cpu : 100m
1900- memory : 128Mi
1898+ # limits:
1899+ # cpu: 100m
1900+ # memory: 128Mi
19011901 requests :
19021902 cpu : 100m
19031903 memory : 128Mi
@@ -2221,9 +2221,9 @@ pgbouncer:
22212221
22222222 metricsExporterSidecar :
22232223 resources :
2224- limits :
2225- cpu : 100m
2226- memory : 128Mi
2224+ # limits:
2225+ # cpu: 100m
2226+ # memory: 128Mi
22272227 requests :
22282228 cpu : 100m
22292229 memory : 128Mi
@@ -2305,9 +2305,9 @@ redis:
23052305 # medium: Memory
23062306
23072307 resources :
2308- limits :
2309- cpu : 100m
2310- memory : 128Mi
2308+ # limits:
2309+ # cpu: 100m
2310+ # memory: 128Mi
23112311 requests :
23122312 cpu : 100m
23132313 memory : 128Mi
@@ -2445,12 +2445,12 @@ cleanup:
24452445 labels : {}
24462446
24472447 resources :
2448- limits :
2449- cpu : 1000m
2450- memory : 512Mi
2451- requests :
2452- cpu : 100m
2453- memory : 128Mi
2448+ # limits:
2449+ # cpu: 100m
2450+ # memory: 128Mi
2451+ requests :
2452+ cpu : 100m
2453+ memory : 128Mi
24542454
24552455 # Create ServiceAccount
24562456 serviceAccount :
@@ -2732,13 +2732,13 @@ dags:
27322732 # sizeLimit: 1Gi
27332733 # medium: Memory
27342734
2735- resources : {}
2736- limits :
2737- cpu : 100m
2738- memory : 128Mi
2739- requests :
2740- cpu : 100m
2741- memory : 128Mi
2735+ resources :
2736+ # limits:
2737+ # cpu: 100m
2738+ # memory: 128Mi
2739+ requests :
2740+ cpu : 100m
2741+ memory : 128Mi
27422742
27432743logs :
27442744 # Configuration for empty dir volume (if logs.persistence.enabled == false)
0 commit comments