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

Add tolerations to memcached service on Helm Chart values #4030

Closed
ecurbelo opened this issue Aug 29, 2024 · 1 comment
Closed

Add tolerations to memcached service on Helm Chart values #4030

ecurbelo opened this issue Aug 29, 2024 · 1 comment

Comments

@ecurbelo
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I installed Tempo (microservices mode) in a Kubernetes cluster via Helm Chart.

I want to deploy all Tempo pods on the EKS node group that I have exclusively for monitoring purposes. I added the following configuration on the rest of the components (distributor, ingester, etc), but only on the memcached tool there is not tolerations settings on the helm chart values file.

Configuration:

    affinity: |
      nodeAffinity:
        requiredDuringSchedulingIgnoredDuringExecution:
          nodeSelectorTerms:
            - matchExpressions:
                - key: node-type
                  operator: In
                  values:
                    - monitoring
    tolerations:
      - key: monitoring
        value: dedicated
        operator: Equal
        effect: NoSchedule

Describe the solution you'd like
Have the possibility to configure tolerations in the memcached service using Helm Chart values.

Describe alternatives you've considered
None.

Additional context
None.

@ecurbelo
Copy link
Contributor Author

Closed in favour of grafana/helm-charts#3307

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

No branches or pull requests

1 participant