Skip to content

exvertus/services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tom's Services

Internal services page code for personal and friends' projects

  • See env.shadow for needed env vars
  • Running on nginx webserver
    • Build Dockerfile with docker build -t $SVCS_SITE_IMG .
    • And push docker push $SVCS_SITE_IMG
  • Hosted on GKE
    • Deploy with cat k8s-config.yaml | envsubst | kubectl apply -f -
    • Test service with kubectl port-forward service/landing-page -n services 8080:8080 >> /dev/null

About

Internal services page code for personal projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published