init - closes #485
app
files/predefined/nginx
templates
tests
test-connection.yaml +15 -0
NOTES.txt +22 -0
_helpers.tpl +62 -0
deployment.yaml +72 -0
hpa.yaml +32 -0
ingress.yaml +61 -0
service.yaml +15 -0
serviceaccount.yaml +13 -0
.helmignore +23 -0
Chart.yaml +24 -0
values.yaml +98 -0
helmchartservice
__init__.py +8 -0
chart.py +59 -0
charts_functions.py +61 -0
helpers.py +41 -0
k8s.py +88 -0
setup.cfg +7 -0
wsgi.py +3 -0
chart
templates
_helpers.tpl +62 -0
deployment.yaml +62 -0
ingress.yaml +26 -0
pvc.yml +16 -0
service.yaml +15 -0
.helmignore +23 -0
Chart.yaml +24 -0
values.yaml +8 -0
Dockerfile +8 -0
Makefile +14 -0
README.md +0 -92
gitlab-ci-values-dex.yml +59 -0
gitlab-ci-values-helmchartservice.yml +2 -0
gitlab-ci-values.yml +33 -0
pyproject.toml +19 -0
+ 15
- 0
+ 22
- 0
+ 62
- 0
+ 72
- 0
+ 32
- 0