This PR contains scaffolded configs for your repo:
Kubernetes configs to describe how your app will be run (in config/kubernetes)
Docker configs to describe what artifact your app will run (at Dockerfile)
Deployment configs to describe how your app will be deployed (at config/moda/deployment.yaml)
Ownership file for you to enter the owning team's info for your app (at ownership.yaml)
While the Dockerfile does copy your repo in to the container, it doesn't run anything for you. Right now it just runs a simple HTTP server so you know things are working. The Dockerfile is a good place to start from here in getting your app running.
For more information, check out the Moda docs or reach out in the #moda-support channel on Slack!
This PR contains scaffolded configs for your repo:
config/kubernetes
)Dockerfile
)config/moda/deployment.yaml
)ownership.yaml
)While the
Dockerfile
does copy your repo in to the container, it doesn't run anything for you. Right now it just runs a simple HTTP server so you know things are working. TheDockerfile
is a good place to start from here in getting your app running.For more information, check out the Moda docs or reach out in the
#moda-support
channel on Slack!