lifechurch / k8s-deploy-helper

k8s-deploy-helper is a tool to help build and deploy containerized applications into Kubernetes using GitLab CI along with templated manifest files.
MIT License
141 stars 30 forks source link

Deploy database alongside the app #32

Closed frco9 closed 5 years ago

frco9 commented 5 years ago

When using Gitlab Auto Devops you can set the POSTGRES_ENABLED var to enable the automatic deployment of a PostgreSQL database with the app. We can also deploy any other services using a custom Helm chart with other dependancies.

How could we do that with KDH ?

WillPlatnick commented 5 years ago

We deploy helm charts outside of KDH just in the gitlab-ci file with a simple helm install.

KDH does not have the Auto DevOps PostgreSQL functionality, but I can see how it would be useful for review apps that use a data store. Currently, we just deploy helm charts for this.

WillPlatnick commented 5 years ago

Closing due to inactivity.