Add flow-0.10.44 and update documentation

This commit is contained in:
Gitea Actions
2026-04-16 08:05:14 +00:00
parent 37e59a6638
commit 3fbefac1ed
5 changed files with 143 additions and 71 deletions

View File

@@ -93,6 +93,11 @@ connectionStore:
tenantRegistry:
replicaCount: 1
billingService:
replicaCount: 1
stripe:
enabled: false
frontendWeb:
replicaCount: 1
ingress:

View File

@@ -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:

View File

@@ -722,6 +722,8 @@ billingService:
# -- Stripe billing integration
stripe:
enabled: false
# successUrl: "https://your-domain.com/billing?session_id={CHECKOUT_SESSION_ID}"
# cancelUrl: "https://your-domain.com/billing?canceled=true"
podDisruptionBudget:
enabled: false