Skip to content

Setting resource requests/limits for loki-canary in helm chart does not apply for canary-pods

Open

Description

Describe the bug
I tried to set the values for loki-canarys resource requests and limits. Unfortunately they are not applied to the relevant pods of the canary daemonset.

To Reproduce

  1. Deploy the loki helm chart
  2. Set the values for loki-canary as follows:
  lokiCanary:
    resources:
      requests:
        cpu: 10m
        memory: 50Mi
      limits:
        cpu: 20m
        memory: 100Mi
  write:
    resources:
      ...

Expected behavior
The defined resource requests and limits are applied to the pods of the loki-canary daemonset.
As implied above, the identically defined resource values for other pods (like loki-write) were applied as expected.

Environment:

  • Infrastructure: Kubernetes
  • Deployment tool: helm

Screenshots, Promtail config, or terminal output
Screenshot from the values and live manifest in ArgoCD:
loki-canary (not working):
image
image

loki-write (is working - just for reference):
image
image

Thank you for your support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions