Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

need way to specify arbitrary number of ports to expose for multiple docker registries #26

@itewk

Description

@itewk

issue

Currently there is only two ports hard coded in the Deployment, (

) and http and a docker port. The problem is what if I have mutliple docker instances and need multiple docker ports. The most common scneario for this is if using OSS version, you need to push to a different repostiory then you pull form, assuming you set up a group to pull from. This is currently impossible to set up with the operator as it is now.

request

make the ports in the Deployment an array that can be ajusted by the NexusRepo CR. One solution maybe to use the existing service parameter and automatically add any targetport in the service to the Deployment port list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions