Skip to content

Commit

Permalink
fix: Service
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Oct 31, 2024
1 parent 7aef558 commit db79568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/custom_resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ impl HydraDoomNode {
selector: Some(labels),
ports: Some(vec![
ServicePort {
name: Some("websocket".to_string()),
port: constants.port,
target_port: Some(
k8s_openapi::apimachinery::pkg::util::intstr::IntOrString::Int(
Expand All @@ -286,6 +287,7 @@ impl HydraDoomNode {
..Default::default()
},
ServicePort {
name: Some("metrics".to_string()),
port: constants.metrics_port,
target_port: Some(
k8s_openapi::apimachinery::pkg::util::intstr::IntOrString::Int(
Expand Down

0 comments on commit db79568

Please sign in to comment.