Add flow-0.10.62 and update documentation
This commit is contained in:
@@ -743,6 +743,30 @@ billingService:
|
||||
# Note: Enterprise tier is always billed via custom invoicing regardless of model.
|
||||
billingModel: "Subscription"
|
||||
|
||||
# -- Infrastructure unit pricing (SEK per unit per hour).
|
||||
# Used by the cost/margin model to calculate the actual infrastructure cost
|
||||
# of each compute second, enabling margin analysis and pricing validation.
|
||||
# Values sourced from OpenCost / Cleura price list.
|
||||
infrastructurePricing:
|
||||
# -- Cost per CPU core per hour in SEK
|
||||
cpuCoreHour: 0.08333
|
||||
# -- Cost per GiB of RAM per hour in SEK
|
||||
ramGibHour: 0.06944
|
||||
# -- Cost per GiB of persistent storage per hour in SEK
|
||||
storageGibHour: 0.00139
|
||||
# -- Average hours per month (used for monthly cost projections)
|
||||
hoursPerMonth: 730
|
||||
# -- Currency code for the pricing values above
|
||||
currency: "SEK"
|
||||
|
||||
# -- Resource profile for a single activity worker pod.
|
||||
# These values are used by the cost model to calculate the infrastructure
|
||||
# cost of one compute second. Should match the actual Kubernetes resource
|
||||
# requests for activity workers (see activities.resources below).
|
||||
activityWorkerProfile:
|
||||
cpuCores: 0.1
|
||||
memoryGib: 0.25
|
||||
|
||||
podDisruptionBudget:
|
||||
enabled: false
|
||||
minAvailable: 1
|
||||
|
||||
Reference in New Issue
Block a user