gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
28
apps-gx10/fc-dms/configmap-dms-web-config.json
Normal file
28
apps-gx10/fc-dms/configmap-dms-web-config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"data": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Production",
|
||||
"ASPNETCORE_FORWARDEDHEADERS_ENABLED": "true",
|
||||
"ASPNETCORE_URLS": "http://+:8080",
|
||||
"Dms__AutoMessageDaemon__PollIntervalMinutes": "5",
|
||||
"Dms__Weather__CacheFilePath": "/data/noaa-cache.json",
|
||||
"Dms__Weather__State": "MN",
|
||||
"FlowerCore__Auth__AcceptLegacyApiKey": "true",
|
||||
"FlowerCore__Auth__AcceptLegacyJwt": "false",
|
||||
"FlowerCore__Auth__Provider": "Oidc",
|
||||
"FlowerCore__Auth__RoleClaimType": "fc:roles",
|
||||
"FlowerCore__Database__ConnectionStrings__Sqlite": "Data Source=/data/dms.db",
|
||||
"FlowerCore__Database__Provider": "Sqlite",
|
||||
"FlowerCore__Tenant__DefaultTenantHosts__0": "dms.iamworkin.lan",
|
||||
"FlowerCore__Tenant__JwtClaimsEnabled": "false",
|
||||
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://otel-collector.monitoring.svc.cluster.local:4317",
|
||||
"OTEL_EXPORTER_OTLP_PROTOCOL": "grpc",
|
||||
"OTEL_SERVICE_NAME": "FlowerCore.DMS",
|
||||
"Security__AllowedOrigins__0": "https://dms.iamworkin.lan"
|
||||
},
|
||||
"kind": "ConfigMap",
|
||||
"metadata": {
|
||||
"name": "dms-web-config",
|
||||
"namespace": "fc-dms"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user