Skip to content

Add support for K8s TLS terminated reverse-proxy scenarios #8

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

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

Conversation

bcarlock-mycarrier
Copy link
Contributor

The previous configuration required that you append the application port to all urls. This modification allows us to support TLS terminated reverse proxy scenarios. (ie- Istio, etc)

@bcarlock-mycarrier bcarlock-mycarrier marked this pull request as ready for review April 23, 2025 15:06
@@ -11,7 +11,7 @@ metadata:
{{- end -}}
{{- end }}
spec:
replicas: {{ .Values.hyperdx.replicas | default 1 }}
replicas: 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably want to keep the replica setting for flexibility.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that was an accidental regression.

@bcarlock-mycarrier
Copy link
Contributor Author

@teeohhem I also fixed a couple of other bugs I found in the chart

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