Skip to content

devops-miami/serviceLayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Demo Repos

This is a demo for how my stack works. Three different repos represent three different layers required to go to production at scale. The stack splits resources into the Infrastructure layer, dependencies into the ISO Layers, and scaling / deployment / ingress / certs into the Service layer (everything that happens on K8 level).

Senpai Stack

Service Layer

This layer is responsible for the Helm Charts and the values file we use to install them on Kubernetes Clusters. In this case we are adding instructions to spin up the Atlantis image we built in the isoLayer repo.

  • Atlantis with SOPS support

Windows Notes

Line endings yo..

Windows ends lines in a carriage return and a linefeed \r\n, While Linux and macOS only use a linefeed \n.

git config --global core.autocrlf input

Found at docker-archive/toolbox#126 docker/compose#2301

About

Service layer is maintained with Helm charts and are typically just encrypted values file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published