gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"data": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Production",
|
||||
"ASPNETCORE_FORWARDEDHEADERS_ENABLED": "true",
|
||||
"ASPNETCORE_URLS": "http://+:8080",
|
||||
"FlowerCore__Database__ConnectionStrings__Sqlite": "Data Source=/data/presentations.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.Presentations",
|
||||
"PresentationStorage__HtmlBundlesRelativePath": "uploads/html-bundles",
|
||||
"PresentationStorage__ImportsRelativePath": "uploads/imports",
|
||||
"PresentationStorage__SlidesRelativePath": "uploads/slides",
|
||||
"Security__AllowedOrigins__0": "https://presentations.iamworkin.lan"
|
||||
},
|
||||
"kind": "ConfigMap",
|
||||
"metadata": {
|
||||
"name": "presentations-web-config",
|
||||
"namespace": "fc-presentations"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user