Update landing page
This commit is contained in:
@@ -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)
|
||||
# ================================================================
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user