Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.65 KB

File metadata and controls

43 lines (38 loc) · 1.65 KB

Deployment

Pre-requisites

  • Base infrastructure setup
    • Tools and utilities to be installed locally steps
    • System Requirements: Hardware, network and certificate requirements steps
    • Set up Wireguard Bastion Host steps
    • K8s Cluster setup steps
    • NGINX setup and configuration steps
    • K8s Cluster Configuration steps
  • inji-stack-config ConfigMap steps
  • Postgres installation steps
    • Note: Before running the Postgres install script, update the POSTGRES_HOST value in install.sh with the correct PostgreSQL host.

Initialise pre-requisites

  • Update values file for postgres init here and postgres config here.
     cd db_scripts
    ./init_db.sh
    

Install

  • Run install-all.sh to deploy inji verify services.
    cd deploy
    ./install-all.sh
    

Delete

  • Run delete-all.sh to remove inji verify services.
    cd deploy
    ./delete-all.sh
    

Restart

  • Run restart-all.sh to restart inji verify services.
    cd deploy
    ./restart-all.sh