2025-11-19 02:21:03 +00:00
|
|
|
# Production specific values
|
|
|
|
|
environment: "production"
|
|
|
|
|
|
|
|
|
|
jkvideo:
|
|
|
|
|
# In production, we should be more conservative with alerts
|
|
|
|
|
cpuAlerts:
|
|
|
|
|
threshold: 0.9
|
|
|
|
|
for: "10m"
|
|
|
|
|
|
|
|
|
|
turnProber:
|
2026-01-31 16:13:40 +00:00
|
|
|
enabled: false
|
2025-11-19 02:21:03 +00:00
|
|
|
target: "turn.video.jamkazam.com"
|
|
|
|
|
# Reminder: In a real environment, these should be managed via Kubernetes secrets
|
|
|
|
|
# username: "prod-user"
|
|
|
|
|
# password: "use-a-secret"
|
|
|
|
|
|
|
|
|
|
e2eProber:
|
2026-01-31 16:13:40 +00:00
|
|
|
enabled: false # Enabling for production
|
2025-11-19 02:21:03 +00:00
|
|
|
backendUrl: "https://webrtc-be.video.jamkazam.com"
|
|
|
|
|
image:
|
|
|
|
|
tag: "stable-v1.2.3" # Example of a stable tag for production
|