Niko Kovacevic eab8ec4b7a Fix upstream nginx to access cost-model API. Update README in /ui. před 3 roky
..
src eab8ec4b7a Fix upstream nginx to access cost-model API. Update README in /ui. před 3 roky
.babelrc 0aa63fb1f2 A few housekeeping updates for the opencost UI: před 3 roky
.dockerignore 3734cd3618 Update opencost ui doc před 3 roky
.nvmrc 0aa63fb1f2 A few housekeeping updates for the opencost UI: před 3 roky
Dockerfile eab8ec4b7a Fix upstream nginx to access cost-model API. Update README in /ui. před 3 roky
README.md eab8ec4b7a Fix upstream nginx to access cost-model API. Update README in /ui. před 3 roky
default.nginx.conf eab8ec4b7a Fix upstream nginx to access cost-model API. Update README in /ui. před 3 roky
nginx.conf a07a4f451c Allow ui to run from non privileged před 3 roky
package-lock.json 0aa63fb1f2 A few housekeeping updates for the opencost UI: před 3 roky
package.json 0aa63fb1f2 A few housekeeping updates for the opencost UI: před 3 roky

README.md

OpenCost UI

Installing

See https://www.opencost.io/docs/install for the full instructions.

helm install my-prometheus --repo https://prometheus-community.github.io/helm-charts prometheus \
  --namespace prometheus --create-namespace \
  --set pushgateway.enabled=false \
  --set alertmanager.enabled=false \
  -f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/prometheus/extraScrapeConfigs.yaml

kubectl apply --namespace opencost -f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml

Using

After following the installation instructions, access the UI by port forwarding:

kubectl port-forward --namespace opencost service/opencost 9090