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

Helm Chart Fixes + Multi-Arch Docker build #74

Merged

Conversation

excalq
Copy link
Contributor

@excalq excalq commented Apr 11, 2023

  1. Fixes the draft Helm chart, which had indentation issues, and several pod-level configs which needed to be in the inner-level template. (tested with Helm v3.11.2)
  2. Fixes livenessProbe to use the /health endpoint and default service port.
  3. The deployment's fullname would default to logstash-exporter-logstash-exporter, so I borrowed Helm's default template helper for this. This can be manually set via values.yaml.
  4. Added docker buildx to the Makefile for the zen of running locally on an M1, but using on an AMD64 K8s cluster. Also for AWS Graviton instances.

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