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

Add the possibility to use multiple FQDN #198

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

grimlokason
Copy link

Description of Change

This change add the possibility to use multiple FQDN for the UI and the docker registries

This is done by adding a new array ( hostMulti ) for each docker repo and ingress with all the FQDN needed.

The add of a new array instead of using the original var is here to avoid breaking conf that are actually working and don't need that function.

NB : we are on traefik and it worked, we don't have nginx as an ingress.

Best regards.

Things to Do Before Submitting

  • Have you signed the Sonatype CLA?
    Yes under the name Youenn Gestin

  • Have you added and run automated tests for your change?
    (See the README)
    I'm sorry, i'm not accostumated to that.
    I've runned it but not added some since i don't know how to automatically validate the change.


### Chart [ nexus-repository-manager ] .

 PASS  deployment       tests/deployment_test.yaml
2022/04/29 11:10:38 warning: destination for ingressClassName is a table. Ignoring non-table value nginx
 PASS  ingress  tests/ingress_test.yaml

Charts:      1 passed, 1 total
Test Suites: 2 passed, 2 total
Tests:       6 passed, 6 total
Snapshot:    0 passed, 0 total
Time:        27.099625ms
  • Have you run helm lint on your change?
    yes, the lint is ok :
==> Linting .

1 chart(s) linted, 0 chart(s) failed

( NB : i'll be away from 30th april to 9th may )

add the possibility to use multiple FQDN on UI and Docker registries
Add multiHost for multiple FQDN for UI and registries in values.yaml
Add information about the hostMulti in README.md
correct default values for ingress.hostMulti and  nexus.docker.registries[0].hostMulti
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.

1 participant