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