karimdeif / multi-tenancy

Quarkus quickstart code
https://quarkus.io
Apache License 2.0
4 stars 0 forks source link

Create a bash automation for deployment to Code Engine #14

Open thomassuedbroecker opened 2 years ago

thomassuedbroecker commented 2 years ago

This task is related to the initial setup/installation of the example application and two tenancies.

Currently we are going to implement two versions:

One tenancy

Currently it works for one tenant and two container registries quay/docker and IBM Cloud CR:

  1. AppID Setup and Configuration
  2. Deployment and configuration the frontend and backend application to code engine
  3. Creation and configuration of the postgres database is in progress

Configuration for two tenants.

  1. AppID Setup and Configuration (done)
  2. Deployment and configuration the frontend and backend application to code engine (in progress)
    • Externalizations
      • Frontend (done)
      • Backend (in progress)
  3. Creation and configuration of the postgres database (done)
  4. Postgres extract needed data for backend