Add flow-0.10.44 and update documentation
This commit is contained in:
@@ -288,6 +288,23 @@ tenantRegistry:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
|
||||
billingService:
|
||||
replicaCount: 2
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
stripe:
|
||||
enabled: true
|
||||
# Set via --set or external secret:
|
||||
# --set billingService.stripe.apiKey=sk_live_...
|
||||
# --set billingService.stripe.webhookSecret=whsec_...
|
||||
successUrl: "https://flow.your-domain.com/billing?session_id={CHECKOUT_SESSION_ID}"
|
||||
cancelUrl: "https://flow.your-domain.com/billing?canceled=true"
|
||||
|
||||
frontendWeb:
|
||||
replicaCount: 2
|
||||
autoscaling:
|
||||
|
||||
Reference in New Issue
Block a user