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

Load balancer service option #62

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

kingsmill
Copy link

Overview

Add loadBalancerIP option to manually define an IP address when service type loadBalancer is defined.

What this PR does / why we need it

The helm chart currently has the option to define a service type but if service type is set to loadBalancer then there is no option to define a loadBalancerIP. The service type loadBalancer with loadBalancerIP option exposes the dex service externally with a defined load balancer IP for those instances where a load balancer IP cannot be assigned dynamically.

Special notes for your reviewer

Checklist

  • [] Change log updated in Chart.yaml (see the contributing guide for details)
  • [] Chart version bumped in Chart.yaml (see the contributing guide for details)
  • [] Documentation regenerated by running make docs

Comment on lines 24 to 25
- kind: added
description: "`clusterIP` value to control the IP when using ClusterIP service type"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove previous change log entries

charts/dex/Chart.yaml Outdated Show resolved Hide resolved
charts/dex/values.yaml Outdated Show resolved Hide resolved
kingsmill and others added 3 commits October 21, 2021 17:48
Copy link
Author

@kingsmill kingsmill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor updates

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

Successfully merging this pull request may close these issues.

3 participants