Skip to content

Commit

Permalink
Update 3_Socle_Production.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebfly authored Jun 6, 2024
1 parent 30e3e1b commit 35d7e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions III-Deploiements/3_Socle_Production.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
spec:
containers:
- name: fastchat-controller
image: 10.156.254.10:8082/llm-api-light:1.0.0
image: llm-api-light:1.0.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 21001
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
spec:
containers:
- name: fastchat-openai
image: 10.156.254.10:8082/llm-api-light:1.0.0
image: llm-api-light:1.0.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8000
Expand Down

0 comments on commit 35d7e11

Please sign in to comment.