Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
add GCP VM prices (from price calculator JSON)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jul 24, 2019
1 parent 129a08e commit bf033b4
Show file tree
Hide file tree
Showing 4 changed files with 1,190 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ This will deploy a single pod with kube-resource-report and nginx (to serve the
$ minikube start
$ kubectl apply -f deploy/
$ pod=$(kubectl get pod -l application=kube-resource-report -o jsonpath='{.items[].metadata.name}')
$ kubectl port-forward $pod 8080:80
$ kubectl port-forward service/kube-resource-report 8080:80
Now open http://localhost:8080/ in your browser.

Expand Down
Loading

0 comments on commit bf033b4

Please sign in to comment.