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

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