Skip to content

Commit 3a3923e

Browse files
committed
infra: add new-line makefile target
Signed-off-by: yuluo-yx <[email protected]>
1 parent b5e81f4 commit 3a3923e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+199
-40
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ dashboard/backend/dashboard-backend
142142
dashboard/backend/dashboard-backend.exe
143143

144144
# Keep old HTML backup for reference
145-
dashboard/frontend/index.html.old
145+
dashboard/frontend/index.html.old

config/tools_db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@
139139
"category": "productivity",
140140
"tags": ["calendar", "event", "meeting", "appointment", "schedule"]
141141
}
142-
]
142+
]

dashboard/OWNER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Dashboard directory Owners
22
@JaredforReal
3-
@Xunzhuo
3+
@Xunzhuo

deploy/docker-compose/addons/llm-router-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,4 +1235,4 @@
12351235
"uid": "llm-router-metrics",
12361236
"version": 14,
12371237
"weekStart": ""
1238-
}
1238+
}

deploy/kubernetes/istio/tools_db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@
139139
"category": "productivity",
140140
"tags": ["calendar", "event", "meeting", "appointment", "schedule"]
141141
}
142-
]
142+
]

deploy/kubernetes/tools_db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@
139139
"category": "productivity",
140140
"tags": ["calendar", "event", "meeting", "appointment", "schedule"]
141141
}
142-
]
142+
]

deploy/openshift/Dockerfile.llm-katan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
4242
CMD curl -f http://localhost:8000/health || exit 1
4343

4444
# Default command - this will be overridden by deployment args
45-
CMD ["llm-katan", "--help"]
45+
CMD ["llm-katan", "--help"]

deploy/openshift/cleanup-openshift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,4 +491,4 @@ main() {
491491
}
492492

493493
# Run main function with all arguments
494-
main "$@"
494+
main "$@"

deploy/openshift/config-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ observability:
205205
resource:
206206
service_name: "vllm-semantic-router"
207207
service_version: "v0.1.0"
208-
deployment_environment: "development"
208+
deployment_environment: "development"

deploy/openshift/deploy-to-openshift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,4 +985,4 @@ main() {
985985
}
986986

987987
# Run main function with all arguments
988-
main "$@"
988+
main "$@"

0 commit comments

Comments
 (0)