Skip to content

Commit

Permalink
Update for CNCF repo hosting
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Dolezal <[email protected]>
  • Loading branch information
onlydole committed Mar 7, 2024
1 parent f3e90cc commit e1d462b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: keynote
image: onlydole/llm-in-action
image: ghcr.io/cncf/keynote
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8501
Expand Down
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Create the kind cluster..."
kind create cluster --config cluster.yaml

kind -n llm load docker-image onlydole/llm-in-action:latest
kind -n llm load docker-image ghcr.io/cncf/keynote:latest

echo "Applying the Kubernets manifests..."
kubectl apply -f kubernetes/deployment.yaml
Expand Down

0 comments on commit e1d462b

Please sign in to comment.