-
Notifications
You must be signed in to change notification settings - Fork 24
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 <bcarlock@mycarrier.io>
{{- 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 <bcarlock@mycarrier.io>
…flexibility and security context Signed-off-by: Byran Carlock <bcarlock@mycarrier.io>
…figuration Signed-off-by: Byran Carlock <bcarlock@mycarrier.io>
… values.yaml Signed-off-by: Byran Carlock <bcarlock@mycarrier.io>
…gMap Signed-off-by: Byran Carlock <bcarlock@mycarrier.io>
… in task-checkAlerts Signed-off-by: Byran Carlock <bcarlock@mycarrier.io>
@teeohhem I also fixed a couple of other bugs I found in the chart |
…ration Signed-off-by: Byran Carlock <bcarlock@mycarrier.io>
Signed-off-by: Byran Carlock <bcarlock@mycarrier.io>
appendPort: false # Set to true if you want to append the port to the URL in generated links | ||
logLevel: "info" | ||
securityContext: | ||
allowPrivilegeEscalation: |
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.
can you add a default here?
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)