Skip to content

Commit

Permalink
Update node port.
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Ma <klausm@nvidia.com>
  • Loading branch information
k82cn committed Jan 13, 2025
1 parent a72e4a5 commit bf56e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/rust/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use flame_client as flame;

use self::flame::{FlameError, SessionAttributes, SessionState};

const FLAME_DEFAULT_ADDR: &str = "http://127.0.0.1:38080";
const FLAME_DEFAULT_ADDR: &str = "http://127.0.0.1:30080";

const FLAME_DEFAULT_APP: &str = "flmexec";

Expand Down
2 changes: 1 addition & 1 deletion installer/fsm-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
- protocol: TCP
port: 8080
targetPort: 8080
nodePort: 38080
nodePort: 30080

0 comments on commit bf56e95

Please sign in to comment.