Add creates a new Service Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller
and Start it when the Manager is Started.
USER ACTION REQUIRED: update cmd/manager/main.go to call this components.Add(mgr) to install this Controller
Reconcile reads that state of the cluster for a Service object and makes changes based on the state read
and what is in the Service.Spec
+kubebuilder:rbac:groups=components.eks.amazonaws.com,resources=services,verbs=get;list;watch;create;update;patch;delete