2dc267c96969b50d570976a5a4812ff917b1f64a
- Change API_URL default from localhost:4000 to empty string (relative URLs) - Set VITE_API_URL="" explicitly in Dockerfile frontend build stage - Reduce k8s replicas to 1 (SQLite + ReadWriteOnce PVC) - Add liveness and readiness probes targeting /health endpoint Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploy
// make sure podman is running ./scripts/build-images.sh minikube start --driver=podman --container-runtime=containerd minikube start --driver=podman --container-runtime=cri-o
minikube image load backend.tar minikube image load frontend.tar kubectl apply -f k8s.yaml
Destroy
minikube stop minikube delete --all
Description
Languages
JavaScript
70.2%
CSS
22.3%
Shell
4.7%
Dockerfile
2.3%
HTML
0.5%