Skip to content

Add tolerations to memcached service on Helm Chart values #4030

@ecurbelo

Description

@ecurbelo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions