-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5354c5
commit 59b153d
Showing
8 changed files
with
8,103 additions
and
6,070 deletions.
There are no files selected for viewing
Submodule backend
updated
25 files
+1 −0 | .github/workflows/ci.yml | |
+1 −0 | .github/workflows/helm-publish.yml | |
+1 −0 | .gitignore | |
+3 −2 | Dockerfile | |
+0 −1 | deploy/run_web.sh | |
+6 −3 | helm/Chart.lock | |
+5 −2 | helm/Chart.yaml | |
+22 −0 | helm/templates/_helpers.tpl | |
+38 −16 | helm/templates/api/deployment.yaml | |
+5 −5 | helm/templates/api/ingress.yaml | |
+5 −7 | helm/templates/api/service.yaml | |
+15 −0 | helm/templates/api/service_account.yaml | |
+50 −0 | helm/templates/argo-hooks/hook-job.yaml | |
+10 −1 | helm/templates/config/configmap.yaml | |
+16 −2 | helm/templates/config/secret.yaml | |
+30 −0 | helm/templates/config/secrets_provider_class.yaml | |
+18 −10 | helm/templates/worker-beat/deployment.yaml | |
+18 −16 | helm/templates/worker/deployment.yaml | |
+96 −0 | helm/values-sandbox.yaml | |
+8 −0 | helm/values-test.yaml | |
+56 −1 | helm/values.yaml | |
+0 −55 | main/production.py | |
+100 −15 | main/settings.py | |
+377 −1 | poetry.lock | |
+2 −1 | pyproject.toml |
Oops, something went wrong.