-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Byran Carlock <[email protected]>
@@ -11,7 +11,7 @@ metadata: | |||
{{- end -}} | |||
{{- end }} | |||
spec: | |||
replicas: {{ .Values.hyperdx.replicas | default 1 }} | |||
replicas: 1 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
…tion and security context Signed-off-by: Byran Carlock <[email protected]>
…flexibility and security context Signed-off-by: Byran Carlock <[email protected]>
…figuration Signed-off-by: Byran Carlock <[email protected]>
… values.yaml Signed-off-by: Byran Carlock <[email protected]>
…gMap Signed-off-by: Byran Carlock <[email protected]>
… in task-checkAlerts Signed-off-by: Byran Carlock <[email protected]>
@teeohhem I also fixed a couple of other bugs I found in the chart |
…ration Signed-off-by: Byran Carlock <[email protected]>
Signed-off-by: Byran Carlock <[email protected]>
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)