2026-01-08 04:00:41 +00:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ConfigMap
|
|
|
|
|
metadata:
|
|
|
|
|
name: student-config
|
2026-01-08 21:44:22 +00:00
|
|
|
namespace: academia
|
2026-01-08 04:00:41 +00:00
|
|
|
data:
|
|
|
|
|
ASPNETCORE_ENVIRONMENT: "Production"
|
2026-01-08 18:34:38 +00:00
|
|
|
ASPNETCORE_URLS: "http://+:8080"
|
2026-01-08 04:00:41 +00:00
|
|
|
# Frontend config
|
|
|
|
|
API_URL: "https://academia.ingeniumcodex.com/graphql"
|
|
|
|
|
HEALTH_CHECK_URL: "https://academia.ingeniumcodex.com/health"
|