File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 40
40
--token ${{ secrets.DEPOT_TOKEN }} \
41
41
--provenance=false \
42
42
-f docker/docusaurus/Dockerfile . --push
43
-
Original file line number Diff line number Diff line change @@ -376,6 +376,8 @@ paths:
376
376
post :
377
377
summary : Update Table Latency Scale Factor
378
378
operationId : updateTableLatencyScaleFactor
379
+ servers :
380
+ - url : https://iris.zeus.fyi/v1
379
381
tags :
380
382
- Adaptive Load Balancer
381
383
parameters :
@@ -397,6 +399,8 @@ paths:
397
399
post :
398
400
summary : Update Table Error Scale Factor
399
401
operationId : updateTableErrorScaleFactor
402
+ servers :
403
+ - url : https://iris.zeus.fyi/v1
400
404
tags :
401
405
- Adaptive Load Balancer
402
406
parameters :
@@ -456,6 +460,8 @@ paths:
456
460
/table/{groupName}/scale/decay :
457
461
post :
458
462
summary : Update Table Decay Scale Factor
463
+ servers :
464
+ - url : https://iris.zeus.fyi/v1
459
465
tags :
460
466
- Adaptive Load Balancer
461
467
operationId : updateTableDecayScaleFactor
You can’t perform that action at this time.
0 commit comments