- Create the PVs and PVCs for ollama and open-webui.
- Deploy the ollama Deployment and Service.
- Deploy the open-webui Deployment and Service.
- Finally, apply the Ingress for open-webui.
kubectl apply -f ollama-pv.yaml
kubectl apply -f ollama-pvc.yaml
kubectl apply -f open-webui-pv.yaml
kubectl apply -f open-webui-pvc.yaml
kubectl apply -f ollama-deployment.yaml
kubectl apply -f ollama-service.yaml
kubectl apply -f open-webui-deployment.yaml
kubectl apply -f open-webui-service.yaml
kubectl apply -f open-webui-ingress.yaml