Skip to content

Commit

Permalink
fixup! relabel service to remove ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 10, 2024
1 parent 9eee9d9 commit 2c535e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controllers/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (r *Reconciler) reconcileAgentService(ctx context.Context, cr *model.Cryost
return r.createOrUpdateService(ctx, svc, cr.Object, &config.ServiceConfig, func() error {
svc.Spec.Selector = map[string]string{
"app": cr.Name,
"component": "cryostat",
"component": "cryostat-agent-gateway",
}
svc.Spec.Ports = []corev1.ServicePort{
{
Expand Down

0 comments on commit 2c535e1

Please sign in to comment.