We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50a5b9 commit 69fbb70Copy full SHA for 69fbb70
deploy/kubernetes/observability/kustomization.yaml
@@ -25,3 +25,12 @@ resources:
25
- pipelines/deployment.yaml
26
- openwebui/deployment.yaml
27
- ingress.yaml
28
+
29
+# Generate ConfigMaps from source files
30
+generatorOptions:
31
+ disableNameSuffixHash: true
32
33
+configMapGenerator:
34
+ - name: openwebui-pipelines-config
35
+ files:
36
+ - vllm_semantic_router_pipe.py=../../../tools/openwebui-pipe/vllm_semantic_router_pipe.py
0 commit comments