You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #1 has been completed, we want to run the "old" stack in a staging setup, i.e. simply deploy it to an environment, that can be publicly tinkered with.
Initial Goals
There is a semi-public instance running for the "server" and the "document storage", it is reachable via a valid and secure DNS name.
Acceptance Criteria
deployment is automated in such a way, that manually the stack can be completely wiped clean and re-deployed
deployment for the "server" should be via a Kubernetes deployment with a configured Kubernetes service
we have configured a running Kubernetes host somewhere (internally is fine for the time being)
there is an additional repository that is public containing the code for the (internal) infrastructure; there shall be no credentials inside of it, i.e. everything must be configurable via the environment as well
we manually configure our internal infrastructure for proper DNS setup (edge-traefik -> to internal traefik...)
Out of scope
DNS will not be automated, but supplied via the config. DNS has to be setup manually.
Azure document storage will be supplied and created manually and has also to be configured.
The text was updated successfully, but these errors were encountered:
After #1 has been completed, we want to run the "old" stack in a staging setup, i.e. simply deploy it to an environment, that can be publicly tinkered with.
Initial Goals
There is a semi-public instance running for the "server" and the "document storage", it is reachable via a valid and secure DNS name.
Acceptance Criteria
Out of scope
The text was updated successfully, but these errors were encountered: