Add flow-0.10.44 and update documentation
This commit is contained in:
@@ -93,6 +93,11 @@ connectionStore:
|
||||
tenantRegistry:
|
||||
replicaCount: 1
|
||||
|
||||
billingService:
|
||||
replicaCount: 1
|
||||
stripe:
|
||||
enabled: false
|
||||
|
||||
frontendWeb:
|
||||
replicaCount: 1
|
||||
ingress:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user