diff --git a/client/rust/tests/integration_test.rs b/client/rust/tests/integration_test.rs index 8a85e30..48fb95d 100644 --- a/client/rust/tests/integration_test.rs +++ b/client/rust/tests/integration_test.rs @@ -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"; diff --git a/installer/fsm-service.yaml b/installer/fsm-service.yaml index cad78ce..7363195 100644 --- a/installer/fsm-service.yaml +++ b/installer/fsm-service.yaml @@ -10,4 +10,4 @@ spec: - protocol: TCP port: 8080 targetPort: 8080 - nodePort: 38080 + nodePort: 30080