Skip to content

Commit

Permalink
fix: Sidecar container
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Oct 31, 2024
1 parent 609af78 commit dadeb69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/custom_resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ impl HydraDoomNode {
"--host".to_string(),
"localhost".to_string(),
"--port".to_string(),
"0.0.0.0".to_string(),
constants.port.to_string(),
]),
ports: Some(vec![ContainerPort {
Expand Down

0 comments on commit dadeb69

Please sign in to comment.