Initial commit.
Signed-off-by:
Pavel Kirilin <win10@list.ru>
parents
No related branches found
No related tags found
Showing
- .dockerignore 2 additions, 0 deletions.dockerignore
- .gitignore 162 additions, 0 deletions.gitignore
- .gitlab-ci.yml 43 additions, 0 deletions.gitlab-ci.yml
- Dockerfile 21 additions, 0 deletionsDockerfile
- README.md 0 additions, 0 deletionsREADME.md
- autotex/__init__.py 0 additions, 0 deletionsautotex/__init__.py
- autotex/__main__.py 136 additions, 0 deletionsautotex/__main__.py
- helm/.helmignore 23 additions, 0 deletionshelm/.helmignore
- helm/Chart.yaml 24 additions, 0 deletionshelm/Chart.yaml
- helm/templates/NOTES.txt 1 addition, 0 deletionshelm/templates/NOTES.txt
- helm/templates/_helpers.tpl 62 additions, 0 deletionshelm/templates/_helpers.tpl
- helm/templates/deployment.yaml 78 additions, 0 deletionshelm/templates/deployment.yaml
- helm/templates/hpa.yaml 32 additions, 0 deletionshelm/templates/hpa.yaml
- helm/templates/ingress.yaml 61 additions, 0 deletionshelm/templates/ingress.yaml
- helm/templates/service.yaml 15 additions, 0 deletionshelm/templates/service.yaml
- helm/templates/serviceaccount.yaml 13 additions, 0 deletionshelm/templates/serviceaccount.yaml
- helm/values.yaml 111 additions, 0 deletionshelm/values.yaml
- poetry.lock 0 additions, 0 deletionspoetry.lock
- pyproject.toml 16 additions, 0 deletionspyproject.toml
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
autotex/__init__.py
0 → 100644
autotex/__main__.py
0 → 100644
helm/.helmignore
0 → 100644
helm/Chart.yaml
0 → 100644
helm/templates/NOTES.txt
0 → 100644
helm/templates/_helpers.tpl
0 → 100644
helm/templates/deployment.yaml
0 → 100644
helm/templates/hpa.yaml
0 → 100644
helm/templates/ingress.yaml
0 → 100644
helm/templates/service.yaml
0 → 100644
helm/templates/serviceaccount.yaml
0 → 100644
helm/values.yaml
0 → 100644
poetry.lock
0 → 100644
This diff is collapsed.
pyproject.toml
0 → 100644
tests/__init__.py
0 → 100644
Please register or sign in to comment