Skip to content

VikramTiwari/static-node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Node Server

Kubernetes Deployment

From project's root directory run following commands:

  • setup kube-lego for auto HTTPs cert (recommended)
kubectl apply -f scripts/lego/00-namespace.yaml
kubectl apply -f scripts/lego/configmap.yaml
kubectl apply -f scripts/lego/deployment.yaml
  • deploy
kubectl apply -f scripts/server/00-namespace.yaml
kubectl apply -f scripts/server/service.yaml
kubectl apply -f scripts/server/deployment.yaml
kubectl apply -f scripts/server/ingress.yaml