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

Fix helm chart service port #4

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

logan2211
Copy link
Contributor

The default chart configuration was broken due to a port mismatch between the default webhook port (443) and the chart's default service port (80). The result is the webhook always fails because kubernetes could not contact the webhook service on default port 443.

Several fixes:

  • Use port 443 by default for the webhook service to match the k8s default
  • Specify the service port in the webhook configuration in case a non default port is specified in values

The default chart configuration was broken due to a port mismatch
between the default webhook port (443) and the chart's default service
port (80). The result is the webhook always fails because kubernetes
could not contact the webhook service on default port 443.

Several fixes:
- Use port 443 by default for the webhook service to match the k8s default
- Specify the service port in the webhook configuration in case a non
  default port is specified in values
@andrewstuart andrewstuart merged commit 2d092de into microcumulus:main Jul 25, 2024
@andrewstuart
Copy link
Member

Thank you for this!

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.

2 participants