Skip to content

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

logLevel: "info"
securityContext:
allowPrivilegeEscalation:
Copy link
Contributor

Choose a reason for hiding this comment

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

can you add a default here?

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