File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -1303,7 +1303,10 @@ migrateDatabaseJob:
1303
1303
1304
1304
apiServer :
1305
1305
1306
- # Labels specific to workers objects and pods
1306
+ # Number of Airflow API servers in the deployment
1307
+ replicas : 1
1308
+
1309
+ # Labels specific to Airflow API server objects and pods
1307
1310
labels : {}
1308
1311
1309
1312
# Command to use when running the Airflow API server (templated).
@@ -1322,7 +1325,7 @@ apiServer:
1322
1325
# If not set and create is true, a name is generated using the release name
1323
1326
name : ~
1324
1327
1325
- # Annotations to add to webserver kubernetes service account.
1328
+ # Annotations to add to Airflow API server kubernetes service account.
1326
1329
annotations : {}
1327
1330
service :
1328
1331
type : ClusterIP
@@ -1347,7 +1350,7 @@ apiServer:
1347
1350
maxUnavailable : 1
1348
1351
# minAvailable: 1
1349
1352
1350
- # Detailed default security contexts for webserver deployments for container and pod level
1353
+ # Detailed default security contexts for Airflow API server deployments for container and pod level
1351
1354
securityContexts :
1352
1355
pod : {}
1353
1356
container : {}
@@ -1360,14 +1363,14 @@ apiServer:
1360
1363
securityContexts :
1361
1364
container : {}
1362
1365
1363
- # Launch additional containers into the flower pods.
1366
+ # Launch additional containers into the Airflow API server pods.
1364
1367
extraContainers : []
1365
1368
1366
1369
networkPolicy :
1367
1370
ingress :
1368
- # Peers for webserver NetworkPolicy ingress
1371
+ # Peers for Airflow API server NetworkPolicy ingress
1369
1372
from : []
1370
- # Ports for webserver NetworkPolicy ingress (if `from` is set)
1373
+ # Ports for Airflow API server NetworkPolicy ingress (if `from` is set)
1371
1374
ports :
1372
1375
- port : " {{ .Values.ports.apiServer }}"
1373
1376
You can’t perform that action at this time.
0 commit comments