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

Takeover clusterIP, loadBalancerIP and loadBalancerSourceRanges ui.service settings from docker-registry #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ttww
Copy link

@ttww ttww commented Nov 14, 2022

Support of ui.service.clusterIP
Support of ui.service.loadBalancerIP
Support of ui.service.loadBalancerSourceRanges

@Joxit
Copy link
Owner

Joxit commented Nov 18, 2022

Hi, thank you for using my project and submitting PR 😄

Can you use the property ui.service.additionalSpec to achieve your goal ? (use the 0.4.2, I added a fix)

ui:
  service:
    type: LoadBalancer
    additionalSpec: |
      loadBalancerIP: 192.168.0.207

@gergaly
Copy link

gergaly commented Oct 11, 2023

Hi, thank you for using my project and submitting PR 😄

Can you use the property ui.service.additionalSpec to achieve your goal ? (use the 0.4.2, I added a fix)

ui:
  service:
    type: LoadBalancer
    additionalSpec: |
      loadBalancerIP: 192.168.0.207

I've tried this additionalSpec and it works. However I've got the following warning:
coalesce.go:286: warning: cannot overwrite table with non table for docker-registry-ui.ui.service.additionalSpec (map[])
Everything is OK except the warning.

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.

None yet

3 participants