Skip to content

Latest commit

 

History

History

phoenix-chat-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

phoenix-chat

A Phoenix / Elixir application demo running dwyl/phoenix-chat-example. The public Docker image can be found here.

Infrastructure Diagram

Massdriver kubernetes-deployment Template

The kubernetes-deployment template will run your application on AWS, GCP, or Azure Kubernetes.

Files:

  • a terraform module is included that configurings IAM permissions and sets up you environment variables. You likely do not need to modify these files. This module is simply rigging code to integrate with Massdriver Cloud.
  • a helm chart has been created to run a kubernetes deployment. This Helm chart is a great getting started point for deploying to Kubernetes. Feel free to modify the chart to customize your application deployment.
  • the massdriver.yaml controls the UI to expose for configuring your application and its dependencies. By default there are a lof of fields in your params section, feel free to remove fields that you do not want exposed in your configuration form in Massdriver Cloud. Values that you do not want to change (e.g.: your image repository) can be hard coded in the values.yaml file.