Add flow-0.10.61 and update documentation

This commit is contained in:
Gitea Actions
2026-04-24 08:16:17 +00:00
parent 922ace76b3
commit 2d1e42ce7e
3 changed files with 144 additions and 88 deletions

View File

@@ -735,6 +735,14 @@ billingService:
# successUrl: "https://your-domain.com/billing?session_id={CHECKOUT_SESSION_ID}"
# cancelUrl: "https://your-domain.com/billing?canceled=true"
# -- Billing model for this deployment's environment.
# Subscription: monthly fee with included compute seconds and overage billing.
# Used for production environments where tenants have a plan (Free/Pro/Business).
# BaseAndUsage: flat infrastructure base fee + metered compute-second billing.
# Used for dev/test environments — every compute second is pay-as-you-go.
# Note: Enterprise tier is always billed via custom invoicing regardless of model.
billingModel: "Subscription"
podDisruptionBudget:
enabled: false
minAvailable: 1