Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Latest commit

 

History

History

01-simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Simple Website

A simple website containing two components:

  1. homepage
  2. theme

Install website

kubectl create namespace spaship-examples
kubectl apply -n spaship-examples -f https://raw.githubusercontent.com/spaship/spaship-examples/main/websites/01-simple/deployment-simple-allenvs.yaml

Local Live Development by Okteto

Install okteto.

Start Dev container

cd websites/01-simple
okteto up --namespace spaship-examples

Website is ready under http://localhost:8080. Any change in home and theme directory is automatically synced to dev container.

Delete website

kubectl delete -n spaship-examples websites.spaship.io simple