12 lines
316 B
YAML
12 lines
316 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: student-config
|
|
namespace: student-enrollment
|
|
data:
|
|
ASPNETCORE_ENVIRONMENT: "Production"
|
|
ASPNETCORE_URLS: "http://+:5000"
|
|
# Frontend config
|
|
API_URL: "https://academia.ingeniumcodex.com/graphql"
|
|
HEALTH_CHECK_URL: "https://academia.ingeniumcodex.com/health"
|