mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
Use tagged image in kubernetes deployment
This commit is contained in:
parent
8324402b49
commit
c7119a2882
@ -25,7 +25,7 @@ spec:
|
||||
- name: llama
|
||||
args:
|
||||
- api
|
||||
image: quay.io/go-skynet/llama-cli:latest
|
||||
image: quay.io/go-skynet/llama-cli:v0.1
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
@ -39,4 +39,4 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
targetPort: 8080
|
||||
|
Loading…
Reference in New Issue
Block a user