gx10-gitops: capture live manifests for 32 product namespaces (ArgoCD adoption source)
This commit is contained in:
29
apps-gx10/fc-aistation/configmap-aistation-web-config.json
Normal file
29
apps-gx10/fc-aistation/configmap-aistation-web-config.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"data": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Production",
|
||||
"ASPNETCORE_FORWARDEDHEADERS_ENABLED": "true",
|
||||
"ASPNETCORE_URLS": "http://+:5000",
|
||||
"AiStation__Appliance__FallbackEdition": "gx10",
|
||||
"FLOWERCORE_AISTATION_EDITION": "gx10",
|
||||
"FlowerCore__AgentZero__Enabled": "false",
|
||||
"FlowerCore__DataDirectory": "/data",
|
||||
"FlowerCore__Database__ConnectionStrings__Sqlite": "Data Source=/data/aistation.db",
|
||||
"FlowerCore__Database__Provider": "Sqlite",
|
||||
"FlowerCore__Editions__ProfileDirectory": "/app/editions",
|
||||
"FlowerCore__Ollama__BaseUrl": "http://10.0.57.201:11434",
|
||||
"FlowerCore__Operator__Enabled": "true",
|
||||
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://otel-collector.monitoring.svc.cluster.local:4317",
|
||||
"OTEL_EXPORTER_OTLP_PROTOCOL": "grpc",
|
||||
"OTEL_SERVICE_NAME": "FlowerCore.AiStation"
|
||||
},
|
||||
"kind": "ConfigMap",
|
||||
"metadata": {
|
||||
"labels": {
|
||||
"app.kubernetes.io/name": "aistation-web",
|
||||
"app.kubernetes.io/part-of": "flowercore"
|
||||
},
|
||||
"name": "aistation-web-config",
|
||||
"namespace": "fc-aistation"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user