gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
21
apps-gx10/fc-scoreboard/configmap-scoreboard-web-config.json
Normal file
21
apps-gx10/fc-scoreboard/configmap-scoreboard-web-config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"data": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Production",
|
||||
"ASPNETCORE_FORWARDEDHEADERS_ENABLED": "true",
|
||||
"ASPNETCORE_URLS": "http://+:8080",
|
||||
"Auth__ApiKey": "change-me",
|
||||
"FlowerCore__Database__ConnectionStrings__Sqlite": "Data Source=/data/scoreboard.db",
|
||||
"FlowerCore__Database__Provider": "Sqlite",
|
||||
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://otel-collector.monitoring.svc.cluster.local:4317",
|
||||
"OTEL_EXPORTER_OTLP_PROTOCOL": "grpc",
|
||||
"OTEL_SERVICE_NAME": "FlowerCore.Scoreboard",
|
||||
"Security__AllowedOrigins__0": "https://scoreboard.iamworkin.lan",
|
||||
"Security__ApiKey": "change-me"
|
||||
},
|
||||
"kind": "ConfigMap",
|
||||
"metadata": {
|
||||
"name": "scoreboard-web-config",
|
||||
"namespace": "fc-scoreboard"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user