We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4440f9 commit 0b023e7Copy full SHA for 0b023e7
integrationos-api/src/logic/connection.rs
@@ -397,7 +397,7 @@ async fn generate_k8s_specs_and_secret(
397
398
let database_pod_config = DatabasePodConfig {
399
worker_threads: Some(1),
400
- address: "0.0.0.0:5000".parse().map_err(|_| {
+ address: "0.0.0.0:5005".parse().map_err(|_| {
401
InternalError::serialize_error("Unable to convert address to SocketAddr", None)
402
})?,
403
environment: state.config.environment,
0 commit comments