Skip to content

Commit

Permalink
Fix zuul-capacity service selector
Browse files Browse the repository at this point in the history
This change ensures the service is properly mapped to the right pod.

Change-Id: I89ad07a77c31aa7dabc85f4ac8e2e5d3adb155c8
  • Loading branch information
TristanCacqueray authored and morucci committed Nov 20, 2024
1 parent 4639008 commit d7c6d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nodepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ func (r *SFController) DeployNodepoolLauncher(statsdExporterVolume apiv1.Volume,
)

// Setup zuul-capacity service
zcSrv := base.MkService("zuul-capacity", r.ns, "zuul-capacity", []int32{8080}, "zuul-capacity", r.cr.Spec.ExtraLabels)
zcSrv := base.MkService("zuul-capacity", r.ns, "nodepool-launcher", []int32{8080}, "zuul-capacity", r.cr.Spec.ExtraLabels)
r.GetOrCreate(&zcSrv)
}

Expand Down
3 changes: 3 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file.
### Deprecated
### Removed
### Fixed

- zuul-capacity service selector to enable external access

### Security

## [v0.0.46] - 2024-11-18
Expand Down

0 comments on commit d7c6d4c

Please sign in to comment.