Skip to content

Commit 69fbb70

Browse files
committed
generate ConfigMaps from source files
Signed-off-by: JaredforReal <[email protected]>
1 parent d50a5b9 commit 69fbb70

File tree

2 files changed

+9
-673
lines changed

2 files changed

+9
-673
lines changed

deploy/kubernetes/observability/kustomization.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ resources:
2525
- pipelines/deployment.yaml
2626
- openwebui/deployment.yaml
2727
- 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

Comments
 (0)