samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
117 stars 24 forks source link

Test enabling loadbalancer services when using clustered instances #127

Closed phlogistonjohn closed 2 years ago

phlogistonjohn commented 2 years ago

Depends on #126

Fixes #117

Add basic testing for load balancer enabled services. As before, we don't actually test that the external lb svc does anything as we don't have the test infra for that. That can only be testedmanually at the moment.

I did that locally and everything seems OK so far.