Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

rename schema registry ports + add early failure condition #593

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

Conversation

danquack
Copy link

@danquack danquack commented Mar 17, 2022

What changes were proposed in this pull request?

When installing the helm chart, I ran into a startup failure due to the environment variable SCHEMA_REGISTRY_PORT being set. To avoid this, I am proposing changing all named ports and perform a validation check to on the service to ensure that it is not being name schema-registry, which according to the docs, sets the service name as an active environment. This causes an exit status on the app confluentinc/schema-registry#689.

I also set the named port to be http for any future iterations. But that's an opinionated portion.

How was this patch tested?

I set fullnameOverride in the values file and verified it errored.

@danquack danquack changed the title rename schema registry ports rename schema registry ports + add early failure condition Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant