📝(doc) upgrade README.md
Upgrade the README.md of the helm chart meet
This commit is contained in:
committed by
aleb_the_flash
parent
a61b34400b
commit
dc0e2eefb3
@@ -36,7 +36,7 @@
|
|||||||
### backend
|
### backend
|
||||||
|
|
||||||
| Name | Description | Value |
|
| Name | Description | Value |
|
||||||
| ----------------------------------------------------- | ---------------------------------------------------------------------------------- | ----------------------------------------------- |
|
| ----------------------------------------------------- | ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `backend.dpAnnotations` | Annotations to add to the backend Deployment | `{}` |
|
| `backend.dpAnnotations` | Annotations to add to the backend Deployment | `{}` |
|
||||||
| `backend.command` | Override the backend container command | `[]` |
|
| `backend.command` | Override the backend container command | `[]` |
|
||||||
| `backend.args` | Override the backend container args | `[]` |
|
| `backend.args` | Override the backend container args | `[]` |
|
||||||
@@ -58,6 +58,8 @@
|
|||||||
| `backend.service.annotations` | Annotations to add to the backend Service | `{}` |
|
| `backend.service.annotations` | Annotations to add to the backend Service | `{}` |
|
||||||
| `backend.migrate.command` | backend migrate command | `["python","manage.py","migrate","--no-input"]` |
|
| `backend.migrate.command` | backend migrate command | `["python","manage.py","migrate","--no-input"]` |
|
||||||
| `backend.migrate.restartPolicy` | backend migrate job restart policy | `Never` |
|
| `backend.migrate.restartPolicy` | backend migrate job restart policy | `Never` |
|
||||||
|
| `backend.createsuperuser.command` | backend migrate command | `["/bin/sh","-c","python manage.py createsuperuser --email $DJANGO_SUPERUSER_EMAIL --password $DJANGO_SUPERUSER_PASSWORD\n"]` |
|
||||||
|
| `backend.createsuperuser.restartPolicy` | backend migrate job restart policy | `Never` |
|
||||||
| `backend.probes.liveness.path` | Configure path for backend HTTP liveness probe | `/__heartbeat__` |
|
| `backend.probes.liveness.path` | Configure path for backend HTTP liveness probe | `/__heartbeat__` |
|
||||||
| `backend.probes.liveness.targetPort` | Configure port for backend HTTP liveness probe | `undefined` |
|
| `backend.probes.liveness.targetPort` | Configure port for backend HTTP liveness probe | `undefined` |
|
||||||
| `backend.probes.liveness.initialDelaySeconds` | Configure initial delay for backend liveness probe | `30` |
|
| `backend.probes.liveness.initialDelaySeconds` | Configure initial delay for backend liveness probe | `30` |
|
||||||
|
|||||||
Reference in New Issue
Block a user