2023-12-30 06:16:27 -03:00
2024-02-13 16:39:33 -03:00
2023-10-01 17:44:53 -03:00
2023-10-14 22:37:17 -03:00
2024-02-13 16:39:33 -03:00
2023-10-14 22:37:17 -03:00
2022-09-06 05:45:20 -03:00
2023-08-13 16:39:52 -03:00
2023-08-13 16:39:52 -03:00
2023-10-24 06:05:12 -03:00
2023-12-29 19:30:08 -03:00
2023-12-29 04:53:59 -03:00

infra-hideyoshi.com

Made using Kubernetes, this project was made for the deployment of the hideyoshi.com project.

All code in this repo is distributed freely by the GPLv3 License.

Usage

  • Requirements:

    This project requires a working kubernetes cluster, in case of a testing environment a minikube cluster will by configured for you, otherwise a kubernetes will not be configured.

  • Configuring Secrets:

    python -m pip install --upgrade pip pipenv
    pipenv install
    pipenv run python setup.py -e {{environment-option}} -f config.json
    
  • Running Kubernetes Application:

    sudo apt update && sudo apt install -y jq python3-pip
    cd infra-hideyoshi.com
    ./deploy.sh {{environmet-flag}}
    

    {{environment-flag}} : --local, --staging, --prod

    {{environment-option} : local, staging, prod

Authors

Description
Kubernetes Deployment of the Hideyoshi.com Portfolio
Readme GPL-3.0 480 KiB
Languages
Shell 100%