https://github.com/codex-team/codex.docs.chart
Helm chart for deploying CodeX Docs
https://github.com/codex-team/codex.docs.chart
Last synced: 10 months ago
JSON representation
Helm chart for deploying CodeX Docs
- Host: GitHub
- URL: https://github.com/codex-team/codex.docs.chart
- Owner: codex-team
- Created: 2022-03-21T18:48:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T17:58:18.000Z (over 1 year ago)
- Last Synced: 2024-12-31T05:28:10.736Z (12 months ago)
- Language: Smarty
- Size: 33.2 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codex.docs.chart
Helm chart for deploying CodeX Docs
## Installing
In order to install this chart, run the following command:
```bash
helm upgrade codex-docs oci://ghcr.io/codex-team/codex.docs.chart/codex-docs --version --install
```
## Running locally
Execute the following commands from the repository root folder:
```
helm install codex-docs ./ -n codex-docs --create-namespace
```
You can proxy pod to http://localhost:3000
```
kubectl port-forward $(kubectl get pods -n codex-docs -o jsonpath="{.items[0].metadata.name}") 3000:3000 -n codex-docs
```
For local deployment you can use minikube:
```
minikube service codex-docs -n codex-docs --url
```