codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

Deleting CodeAmp Service Derelicts Kubernetes Deployment #439

Open aballman opened 5 years ago

aballman commented 5 years ago

Describe the bug Deleting a service from CodeAmp does not actually delete the deployment in Kubernetes. Users have to remember to scale down their service before deleting. If they don't then they lose the ability to manage the service at all because now it has been deleted.

We need to clean up resources when the user requests they be deleted.