Skip to content

Commit

Permalink
Merge pull request #295 from hemanthnakkina/traefik-rgw-lb-patching
Browse files Browse the repository at this point in the history
Add traefik-rgw to list of lb services to be patched
  • Loading branch information
gboutry authored Jul 25, 2024
2 parents 652ec88 + 6d40137 commit f47d147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sunbeam-python/sunbeam/commands/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ def __init__(
)
self.client = client
self.lb_annotation = K8SHelper.get_loadbalancer_annotation()
if self.client.cluster.list_nodes_by_role("storage"):
self.SERVICES.append("traefik-rgw")

def _get_service(self, service_name: str, find_lb: bool = True) -> Service:
"""Look up a service by name, optionally looking for a LoadBalancer service."""
Expand Down

0 comments on commit f47d147

Please sign in to comment.