Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New infra #664

Open
maxmwang opened this issue Dec 6, 2023 · 1 comment
Open

New infra #664

maxmwang opened this issue Dec 6, 2023 · 1 comment
Assignees

Comments

@maxmwang
Copy link
Contributor

maxmwang commented Dec 6, 2023

We are redesigning the complete deployment infrastructure and migrating from hozer-55 to hozer-51. This task includes writing helm charts and deployment scripts as per the design documented here.

@maxmwang maxmwang self-assigned this Dec 6, 2023
@maxmwang
Copy link
Contributor Author

maxmwang commented Feb 6, 2024

infra/
├── init.sh
├── bt/
│   ├── Chart.yaml
│   ├── values.yaml
│   └── templates/
│       ├── backend.yaml
│       └── frontend.yaml
├── mongodb/
│   └── values.yaml
└── redis/
    └── values.yaml

init.sh will contain scripts to install helm charts. mongodb, redis, and other charts will be installed with helm and their values.yaml will be injected.

TODO:

  • bt backend
    • connect backend with mongodb and redis
    • env secrets
  • bt frontend
  • mongodb
    • PVC
    • set db directory
  • ingress-controller, cert-manager, secrets
  • ci/cd
    • GitHub action
    • deployment scripts with environment as argument (ie. prod,dev)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants