deis / charts

(OBSOLETE) Helm Classic v1 Charts for Deis Workflow
https://deis.com/workflow/
MIT License
45 stars 36 forks source link

feat(*): Move a few components to Deployments #316

Closed helgi closed 8 years ago

helgi commented 8 years ago

RC for affected components are kept around so it can be taken out of rotation without needing manual intervention (see replicas 0 and changed labels)

deis-bot commented 8 years ago

@krancour, @arschles and @jackfrancis are potential reviewers of this pull request based on my analysis of git blame information. Thanks @helgi!

helgi commented 8 years ago

Does anyone have thoughts on more components to move to Deployments ?

kmala commented 8 years ago

What is the reason behind database not including in this move?

helgi commented 8 years ago

Deployments are not meant for persistent data, PetSets are what we want for that.

Using Deployments you will have overlapping masters when dealing with something like a Database

kmala commented 8 years ago

i had tested manually and its working properly.