-
Notifications
You must be signed in to change notification settings - Fork 1
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
[IBCDPE-938] Deploy Signoz (OTEL Visualization) to kubernetes cluster #35
Conversation
@@ -66,7 +66,7 @@ spec: | |||
sources: | |||
- repoURL: 'https://airflow.apache.org' | |||
chart: airflow | |||
targetRevision: 1.11.0 | |||
targetRevision: 1.15.0 |
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.
These are not new changes (Git is showing them in the diff for some reason). Please ignore changes here.
@@ -25,6 +25,20 @@ fullnameOverride: "" | |||
# Provide a name to substitute for the name of the chart | |||
nameOverride: "" | |||
|
|||
# Use standard naming for all resources using airflow.fullname template |
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.
These are not new changes (Git is showing them in the diff for some reason). Please ignore changes here.
nodeSelector: { | ||
spotinst.io/node-lifecycle: "od" | ||
} |
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.
These are not new changes (Git is showing them in the diff for some reason). Please ignore changes here.
* Upgrade helmchart for signoz to 0.55.1
…#48) * Use scope based authroization on telemetry upload route
* SigNoz cold storage and backups
Document describing the overall design of the solution and some included network diagrams at the bottom:
https://sagebionetworks.jira.com/wiki/spaces/DPE/pages/3351773274/IBCDPE-938+OpenTelemetry+Data+collection+Visualization
Problem:
Solution:
Testing:
Follow up tickets: