Current Plan

You're currently on the {{.CurrentPlan.Name}} plan

${{.CurrentPlan.Price}} /month

Resource Usage

Active Deployments
{{.Usage.Deployments}} / {{.CurrentPlan.MaxDeployments}}
CPU Usage
{{.Usage.CPU}} / {{.CurrentPlan.MaxCPU}}
Memory Usage
{{.Usage.Memory}} / {{.CurrentPlan.MaxMemory}}
Active Clusters
{{.Usage.Clusters}} / {{.CurrentPlan.MaxClusters}}

Available Plans

{{range .Plans}}

{{.Name}}

${{.Price}}

/month

  • {{.MaxDeployments}} Deployments
  • {{.MaxCPU}} CPU Cores
  • {{.MaxMemory}} Memory
  • {{.MaxClusters}} Clusters
{{if eq .Name $.CurrentPlan.Name}} {{else}} {{end}}
{{end}}

Billing History

{{range .BillingHistory}} {{end}}
Date Description Amount Status
{{.Date}} {{.Description}} ${{.Amount}} {{.Status}}

Pricing Options

{{range .Pricing.Promos}}

{{.Description}}

${{.Price}}/mo

  • Up to {{.Limits.Deployments}} deployments
  • {{.Limits.CPU}} CPU cores
  • {{.Limits.Memory}} memory
  • {{.Limits.Storage}} storage
  • {{.Limits.Clusters}} cluster{{if gt .Limits.Clusters 1}}s{{end}}
{{if contains $.PromoEligible .Name}} {{else}}
Current usage exceeds package limits
{{end}}
{{end}}

Pay-as-you-go Pricing

Only pay for what you use, starting at $1/month per deployment

CPU
${{.Pricing.UsageBased.Resources.CPU}}/core hour