Skip to content

Commit 2e9993d

Browse files
authored
Remove reference to Tigris data transfer being free (#1990)
* fix: remove line about Tigris transfer being free * fix: remove references to outdated org flag * fix: add org to token readonly create command --------- Co-authored-by: Injoong Yoon <[email protected]>
1 parent 7c2c11b commit 2e9993d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

about/pricing.html.markerb

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ The following types of traffic are free:
193193
* All inbound data transfer
194194
* Data transfer between apps or Machines in the same region (for organizations using granular data transfer rates)
195195
* Data transfer from apps without an assigned IP address (for organizations not using granular data transfer rates)
196-
* Data transfer to Tigris Object Storage
197196

198197
Fly.io pricing is per region group for outbound data transfer. You'll see a more detailed breakdown of cost per region and per traffic type on your monthly invoice.
199198

launch/autoscale-by-metric.html.markerb

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fly secrets set -a my-autoscaler --stage FAS_API_TOKEN="FlyV1 ..."
4444
The next auth token you'll need is one that has permissions to read from your organization's Prometheus data on Fly:
4545

4646
```cmd
47-
fly tokens create readonly -o my-org
47+
fly tokens create readonly my-org
4848
```
4949

5050
Copy the token and use it as a secret on your autoscaler app:
@@ -126,7 +126,7 @@ You can scale multiple independent applications with the same autoscaler by usin
126126
To enable multi-app scaling, you will need to use an organization-wide auth token rather than an app-specific deploy token:
127127

128128
```cmd
129-
fly tokens create org -o my-org
129+
fly tokens create org my-org
130130
```
131131

132132
and then set the resulting token on your autoscaler application:

0 commit comments

Comments
 (0)