Skip to content
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

Refactoring helm for open-telemetry-collector #4

Merged
merged 2 commits into from
Jan 29, 2025
Merged

Conversation

NikolaiKuziaevQubership
Copy link
Collaborator

  1. The Helm chart has been moved to the charts folder.
  2. Default values for resources have been added to avoid division-by-zero errors in the HPA manifest when CPU_REQUEST is not specified.
  3. The Installation-notes have been updated to reflect the latest changes.
  4. A new variable PAAS_PLATFORM has been added to values.yaml and Installation-notes with a default value for HPA.
  5. The values.schema.json file has been removed as it is no longer needed.
  6. Added runAsUser: 10001 to ensure the container runs as a non-root user, as runAsNonRoot: true is enforced.

@asatt asatt merged commit 67a0f2f into main Jan 29, 2025
4 checks passed
@asatt asatt deleted the helm-refactoring branch January 29, 2025 15:16
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