Update landing page

This commit is contained in:
Urtzi Alfaro
2025-10-18 16:03:23 +02:00
parent 312e36c893
commit 62971c07d7
21 changed files with 1760 additions and 884 deletions

View File

@@ -323,6 +323,12 @@ data:
VITE_API_URL: "/api"
VITE_ENVIRONMENT: "production"
# Pilot Program Configuration
VITE_PILOT_MODE_ENABLED: "true"
VITE_PILOT_COUPON_CODE: "PILOT2025"
VITE_PILOT_TRIAL_MONTHS: "3"
VITE_STRIPE_PUBLISHABLE_KEY: "pk_test_your_stripe_publishable_key_here"
# ================================================================
# LOCATION SETTINGS (Nominatim Geocoding)
# ================================================================

View File

@@ -16,6 +16,7 @@ spec:
app.kubernetes.io/name: tenant-seed-pilot-coupon
app.kubernetes.io/component: seed
spec:
serviceAccountName: demo-seed-sa
initContainers:
- name: wait-for-db
image: postgres:17-alpine
@@ -40,7 +41,7 @@ spec:
containers:
- name: seed-coupon
image: bakery/tenant-service:dev
command: ["python", "/app/services/tenant/scripts/seed_pilot_coupon.py"]
command: ["python", "/app/scripts/seed_pilot_coupon.py"]
env:
- name: TENANT_DATABASE_URL
valueFrom: