Skip to content

Commit

Permalink
Merge pull request #25 from jjk-g/vllm-metadata-fix
Browse files Browse the repository at this point in the history
[Serving Catalog] Update vllm base deployment label
  • Loading branch information
k8s-ci-robot authored Oct 25, 2024
2 parents a782e57 + 48c0db6 commit 07dd507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
name: llama3-70b-vllm-inference-server
app: llama3-70b-vllm-inference-server
name: llama3-70b-vllm-deployment
spec:
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
name: llama3-8b-vllm-inference-server
app: llama3-8b-vllm-inference-server
name: llama3-8b-vllm-deployment
spec:
selector:
Expand Down

0 comments on commit 07dd507

Please sign in to comment.