Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add service.type LoadBalancer #6

Open
2 tasks done
eldengates opened this issue Jun 17, 2023 · 1 comment
Open
2 tasks done

add service.type LoadBalancer #6

eldengates opened this issue Jun 17, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@eldengates
Copy link

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

Upon reviewing the current chart(0.7.0), I noticed that it lacks support for the service type LoadBalancer when utilizing a defined load balancer IP. It would be incredibly beneficial if we could incorporate a feature that addresses this limitation. Having the ability to specify a load balancer IP for LoadBalancer services would greatly enhance our deployment options and enable us to fine-tune our networking configuration effortlessly

Describe the feature you're interested in

I am expecting to render something like

apiVersion: v1
kind: Service
metadata:
  name: kafka-ui-ext
spec:
  loadBalancerIP: 172.25.39.235
  ports:
  - name: tcp-ext
    port: 80
    protocol: TCP
    targetPort: 8080
  selector:
    app.kubernetes.io/instance: kafka-ui
  type: LoadBalancer

Describe alternatives you've considered

No response

Version you're running

fdd9ad9

Additional context

No response

@github-actions
Copy link

Hello there eldengates! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

@Haarolean Haarolean transferred this issue from provectus/kafka-ui Jun 20, 2023
@Haarolean Haarolean added the good first issue Good for newcomers label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants