Allow Vault CR service to use run on a different port than the pod API #590
Labels
area/provider/vault
good first issue
Good for newcomers
kind/enhancement
Categorizes issue or PR as related to an improvement.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is your feature request related to a problem? Please describe.
I cannot configure Vault CR to create a service available under port 443 pointing to the pod API on a different port.
Vault per default exposes its HTTPS endpoint under port 8200.
The k8s service I like to create would need to look like this:
With the fields available in the Vault CR I can define:
But the resulting k8s svc only provides:
The Vault pods also do not start if they are configured to run the API directly on port 443 (probably does make sense):
Describe the solution you'd like
The CR should support configuration like:
Describe alternatives you've considered
Until this is supported I do not use the Vault Service created from the CR and create another one next to it.
Thanks for looking into this!
The text was updated successfully, but these errors were encountered: