Skip to content

seasadm/django-todo-build-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository with docker build and helm chart for GTD:

GTD GTD: Container/stub site for django-todo

Django-todo is a reusable app that can be plugged into any running Django project.

Installation

clone the repository

  1. Install docker, kubectl and helm3 at your runner server.
  2. Log in your docker registry (docker login).
  3. Run build.sh with [IMAGENAME] parameter.
   example ./build.sh sadm/django-todo:test01

Ensure that your docker image is pushed into your registry. 3. Run deploy.sh with [namespace] [url] [image name] parameters

   example:
     ./deploy.sh django-todo django-todo.yourk8singress.x5.ru sadm/django-todo:test01

Open [url] to work with application.