com-pas / compas-deployment

CoMPAS Deployment repository
Apache License 2.0
2 stars 2 forks source link

Split up sitipe task definition into 2 separate definitions #137

Open pascalwilbrink opened 11 months ago

pascalwilbrink commented 11 months ago

Currently the sitipe task definition contains the mssql database and the sitipe service.

When the sitipe service is updated, is results in a new deployment, which means that the mssql database is cleared. If we split up the task definitions into 2 separate definitions, the database will stay intact on a redeploy of the sitipe service.