-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document tilt improvements #189
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
79d5eff
to
9f222bd
Compare
9f222bd
to
f005957
Compare
f005957
to
bc76e32
Compare
bc76e32
to
71a4a24
Compare
Signed-off-by: Steven <[email protected]>
71a4a24
to
c5cf30a
Compare
Signed-off-by: Steven Weber <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly picky stuff, I'll approve and test
Optional. Defaults to 40000. | ||
This is the port forwarded to localhost for delve. | ||
Note: In `tilt_config.json`, this is a string and must be in quotes, since Tilt options must be a bool or a string. | ||
- `port-prometheus` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think Prometheus is listening on 80 inside the OpenCost cluster, does this forward 80 to 9080?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. The only configurable port through tilt is the 'local' side.
Signed-off-by: Steven Weber <[email protected]>
Signed-off-by: Steven Weber <[email protected]>
Issues addressed. I appreciate the detailed review! |
Document improvements contained in PRs:
opencost/opencost#2428
opencost/opencost-helm-chart#163