Cleanup readme
This commit is contained in:
parent
0d7b30fe82
commit
6bb4e59a05
2 changed files with 12 additions and 11 deletions
23
README.md
23
README.md
|
@ -30,8 +30,6 @@ args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser
|
||||||
|
|
||||||
Thus the dockerfile default entrypoint is ignored.
|
Thus the dockerfile default entrypoint is ignored.
|
||||||
|
|
||||||
Problem: Login using this method is still not available with the proposed credentials.
|
|
||||||
|
|
||||||
#### Option 1: Init container, currently under test
|
#### Option 1: Init container, currently under test
|
||||||
|
|
||||||
Create an init container (celery disabled) with the python manage.py command and the taiga-manage createsuperuser args
|
Create an init container (celery disabled) with the python manage.py command and the taiga-manage createsuperuser args
|
||||||
|
@ -91,28 +89,31 @@ https://github.com/kaleidos-ventures/taiga-back/blob/main/docker/config.py). The
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
|
|
||||||
|
Easily generate a config for a small scale Taiga deployment. Complete with initial super user and configurable values for flexibility.
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
|
WIP. We still need to implement the backup solution for full functionality.
|
||||||
|
|
||||||
## Try out
|
## Try out
|
||||||
|
|
||||||
|
Click on the image to try out live in your browser:
|
||||||
|
|
||||||
|
[![Try it out](doc/tryItOut.png "Try out yourself")](https://domaindrivenarchitecture.org/pages/dda-provision/c4k-taiga/)
|
||||||
|
|
||||||
|
Your input will stay in your browser. No server interaction is required.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
You need:
|
You need:
|
||||||
|
|
||||||
...
|
* A working DNS route to the FQDN of your taiga installation
|
||||||
|
* A kubernetes cluster provisioned by [provs]
|
||||||
|
* The .yaml file generated by c4k-taiga
|
||||||
|
|
||||||
* and a kubernetes cluster provisioned by [provs]
|
|
||||||
|
|
||||||
...
|
|
||||||
Let c4k-taiga generate your .yaml file.
|
|
||||||
Apply this file on your cluster with `kubectl apply -f yourApp.yaml`.
|
Apply this file on your cluster with `kubectl apply -f yourApp.yaml`.
|
||||||
Done.
|
Done.
|
||||||
|
|
||||||
### resource requests and limits
|
|
||||||
|
|
||||||
You may want to adjust the resource requests and limits of the build and init containers to your specific scenario.
|
|
||||||
|
|
||||||
## Development & mirrors
|
## Development & mirrors
|
||||||
|
|
||||||
Development happens at: https://repo.prod.meissa.de/meissa/c4k-taiga
|
Development happens at: https://repo.prod.meissa.de/meissa/c4k-taiga
|
||||||
|
|
BIN
doc/tryItOut.png
BIN
doc/tryItOut.png
Binary file not shown.
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 53 KiB |
Loading…
Reference in a new issue