All the helm charts needed to deploy hermes stack on k8s.
Stuff needed to be met before you can proceed with deployments.
- k8s
- helm
- cert-manager
- ingress
- python3
Each python script has a help section. Be a good boy and read them before starting to break things.
python3 install.py -hpython3 upgrade.py -hpython3 uninstall.py -h
Stuff needed to be done to deploy the charts for the first time.
- Clone the repository.
git clone ...
- Enter into the root folder.
cd hermes.charts
- Run the install script.
python3 install.py -e local -c mysqlpython3 install.py -e local -c apipython3 install.py -e local -c webpython3 install.py -e local -c cam
Stuff needed to be done to upgrade the already existent deployment.
- Clone the repository.
git clone ...
- Enter into the root folder.
cd hermes.charts
- Run the upgrade script.
python3 upgrade.py -e local -c mysqlpython3 upgrade.py -e local -c apipython3 upgrade.py -e local -c webpython3 upgrade.py -e local -c cam
Stuff needed to be done to uninstall the already existent deployment.
- Clone the repository.
git clone ...
- Enter into the root folder.
cd hermes.charts
- Run the uninstall script.
python3 uninstall.py -e local -c mysqlpython3 uninstall.py -e local -c apipython3 uninstall.py -e local -c webpython3 uninstall.py -e local -c cam
