rghf webpages

Template

Reusable OCI HTML site template

This is the starter shape for future examples: static content, a minimal Dockerfile, and a Kubernetes ingress path that can be copied into a new service.

Included pieces
Example copy path
cp -R webpages templates/new-site
cp -R manifests/app templates/new-site/manifests
find templates/new-site -maxdepth 2 -type f | sort
Use case

This template is the smallest useful starting point for a new hosted HTML site: static files, one ingress, one service, and one image build path.