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

Improve Support for LoadBalancer Service Type #18

Open
RobertKeyser opened this issue Jan 27, 2023 · 0 comments
Open

Improve Support for LoadBalancer Service Type #18

RobertKeyser opened this issue Jan 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@RobertKeyser
Copy link
Contributor

The Fides chart has been predominantly tested using an ingress and the service type of NodePort. The chart should be modified to make adoption easier when using the service type of LoadBalancer.

When using a service type of LoadBalancer, there are a few challenges.

  • CORS origins expect https://.
    • The workaround for this is to add the actual origins, which might require http:// and may specify a port, to the additionalCORSOrigins field in the values.yaml.
  • For the publicHostname fields, unless you create CNAMES to the service URLs, you cannot specify the service URLs (because they don't exist yet)
    • The workaround for this is to either create a CNAME that points to your service URL or to deploy it without specifying the publicHostname fields and then redeploy it once the URLs exist.
@RobertKeyser RobertKeyser added the enhancement New feature or request label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant