-
Notifications
You must be signed in to change notification settings - Fork 403
Docs(reference): add some more ports #1775
base: master
Are you sure you want to change the base?
Changes from all commits
203829d
8fa2e2e
b40ce20
804495b
a9e59d8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,8 +128,11 @@ By default Spinnaker binds ports according to the following table | |
| Fiat | 7003 | | ||
| Front50 | 8080 | | ||
| Gate | 8084 | | ||
| Gate x509 | 8085 | | ||
| Halyard | 8064 | | ||
| Igor | 8088 | | ||
| Kayenta | 8090 | | ||
| Orca | 8083 | | ||
| Rosco | 8087 | | ||
| Redis | 6379 | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would it make sense to pull these into their own section, as we're really documenting defaults of external services we don't control here? It does seem useful to have the ports they listen on handy as you often need to run commands against them to check the state of data, but maybe as an "external services" section? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like this idea!! Will add these edits soon thx |
||
| MariaDB | 3306 | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this reference There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. Could say either/or but to me MySQL and Maria are analogous so, +1. Will update |
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.
Is this saying that when you use x509 authentication for Gate it instead listens on port 8085? I'm using this and it's still listening in 8084...when does it listen on 8085?
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.
Need to check with SME on this as I haven't enabled x509 and simply based this on internal doc. Stay tuned : )