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

[Cadence] Support all service publishing types with the frontend service #1284

Open
pregnor opened this issue Aug 16, 2021 · 2 comments
Open

Comments

@pregnor
Copy link
Member

pregnor commented Aug 16, 2021

Is your feature request related to a problem? Please describe.

Currently the Cadence frontend service only supports the service publishing types clusterIP, nodePort, loadBalancer (with ephemeral IP).

Describe the solution you'd like to see

Add support for loadBalancer (loadBalancerIP), externalName, ingress service publishing types to support more use cases.

Describe alternatives you've considered

Additional context

@longquanzheng
Copy link

I don't quite follow, isn't it supported here?

type: {{ .Values.server.frontend.service.type }}

Because I've used this helmchart to deploy frontend with LoadBalancer and it works fine.

@pregnor
Copy link
Member Author

pregnor commented Aug 16, 2021

You are right, it does support loadBalancer configuration with ephemeral IPs.
loadBalancerIP configuration option may be considered in the future.

Edit: edited the description accordingly.


FTR externalName configuration is required to support externalName service publishing and the support for ingress configuration has to be investigated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants