Added healthcheck and helm chart. (#62)
* Added healthcheck and helm chart.
* Updated CI for publishing helm chart.
Signed-off-by:
Pavel Kirilin <win10@list.ru>
Showing
- .github/workflows/release.yml 20 additions, 0 deletions.github/workflows/release.yml
- deploy/Dockerfile 1 addition, 1 deletiondeploy/Dockerfile
- deploy/alpine.Dockerfile 1 addition, 0 deletionsdeploy/alpine.Dockerfile
- deploy/helm/.helmignore 23 additions, 0 deletionsdeploy/helm/.helmignore
- deploy/helm/Chart.lock 12 additions, 0 deletionsdeploy/helm/Chart.lock
- deploy/helm/Chart.yaml 40 additions, 0 deletionsdeploy/helm/Chart.yaml
- deploy/helm/charts/mysql-8.8.27.tgz 0 additions, 0 deletionsdeploy/helm/charts/mysql-8.8.27.tgz
- deploy/helm/charts/postgresql-11.1.9.tgz 0 additions, 0 deletionsdeploy/helm/charts/postgresql-11.1.9.tgz
- deploy/helm/charts/redis-16.6.0.tgz 0 additions, 0 deletionsdeploy/helm/charts/redis-16.6.0.tgz
- deploy/helm/templates/NOTES.txt 22 additions, 0 deletionsdeploy/helm/templates/NOTES.txt
- deploy/helm/templates/_helpers.tpl 63 additions, 0 deletionsdeploy/helm/templates/_helpers.tpl
- deploy/helm/templates/deployment.yaml 83 additions, 0 deletionsdeploy/helm/templates/deployment.yaml
- deploy/helm/templates/hpa.yaml 28 additions, 0 deletionsdeploy/helm/templates/hpa.yaml
- deploy/helm/templates/ingress.yaml 61 additions, 0 deletionsdeploy/helm/templates/ingress.yaml
- deploy/helm/templates/pvc.yml 30 additions, 0 deletionsdeploy/helm/templates/pvc.yml
- deploy/helm/templates/service.yaml 15 additions, 0 deletionsdeploy/helm/templates/service.yaml
- deploy/helm/templates/serviceaccount.yaml 12 additions, 0 deletionsdeploy/helm/templates/serviceaccount.yaml
- deploy/helm/values.yaml 180 additions, 0 deletionsdeploy/helm/values.yaml
- src/main.rs 1 addition, 0 deletionssrc/main.rs
- src/routes.rs 7 additions, 0 deletionssrc/routes.rs
Loading
Please register or sign in to comment