We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e90cc commit e1d462bCopy full SHA for e1d462b
kubernetes/deployment.yaml
@@ -16,7 +16,7 @@ spec:
16
spec:
17
containers:
18
- name: keynote
19
- image: onlydole/llm-in-action
+ image: ghcr.io/cncf/keynote
20
imagePullPolicy: IfNotPresent
21
ports:
22
- containerPort: 8501
startup.sh
@@ -3,7 +3,7 @@
3
echo "Create the kind cluster..."
4
kind create cluster --config cluster.yaml
5
6
-kind -n llm load docker-image onlydole/llm-in-action:latest
+kind -n llm load docker-image ghcr.io/cncf/keynote:latest
7
8
echo "Applying the Kubernets manifests..."
9
kubectl apply -f kubernetes/deployment.yaml
0 commit comments