Files
cmsn-b-linh/README.md

739 B

Birthday Roast Gallery

A fun birthday meme website for roasting your friends with their best (worst) moments.

Development

npm install
npm run dev

Adding Photos

  1. Add images to public/images/ folder
  2. Update public/roasts.json with image filenames and Vietnamese captions
  3. Rebuild and redeploy

Docker Build

docker build -t cmsn-b-linh:latest .

Kubernetes Deployment

  1. Push image to your registry:
docker tag cmsn-b-linh:latest your-registry/cmsn-b-linh:latest
docker push your-registry/cmsn-b-linh:latest
  1. Update k8s/deployment.yaml with your registry image

  2. Apply manifests:

kubectl apply -f k8s/
  1. Access at: https://cmsn-b-linh.duylai.duckdns.org