https://github.com/mavrick-1/kubestellar-ui
https://github.com/mavrick-1/kubestellar-ui
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mavrick-1/kubestellar-ui
- Owner: MAVRICK-1
- Created: 2025-03-19T18:27:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-19T18:52:36.000Z (over 1 year ago)
- Last Synced: 2025-03-19T19:33:15.214Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubestellar-ui-charts
I also created Helm charts for Kubestellar UI, but the issue persists there as well.
Helm commands I used:
```
helm repo add kubestellar-ui https://mavrick-1.github.io/kubestellar-ui/
helm repo update
helm install kubestellar-ui kubestellar-ui/kubestellar-ui
```
Port-forwarding commands:
```
kubectl port-forward svc/frontend 5173:80 -n default
kubectl port-forward svc/backend 4000:4000 -n default
```
[](https://artifacthub.io/packages/search?repo=kubestellar-ui)