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

Option to expose Connector via Ingress #32

Open
Aareksio opened this issue Nov 3, 2023 · 0 comments
Open

Option to expose Connector via Ingress #32

Aareksio opened this issue Nov 3, 2023 · 0 comments

Comments

@Aareksio
Copy link

Aareksio commented Nov 3, 2023

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

When working in self-hosted environment, we route all traffic through ingress controller. The nodes are unaccessible on NodePort nor LoadBalancer provisioner is available. Setting service type to ClusterIP makes the destination point to internal cluster IP.

Describe the solution you'd like

Allow for configuring custom destination address, eg. infrahq.cluster.domain:443.

Describe alternatives you've considered

Installing LoadBalancer provisioner, exposing NodePort

Environment Details

$ infra version
 Client: 0.21.0
$ kubectl version
Client Version: v1.28.2
Server Version: v1.28.0

Self-hosted cluster

Additional context

Probably already possible via endpointAdds (https://github.com/infrahq/infra/blob/main/dev/connector.yaml#L12C1-L12C1) just not exposed in values.yaml

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

No branches or pull requests

1 participant