Uploaded image for project: 'Distributed Tracing'
  1. Distributed Tracing
  2. TRACING-5418

tempomonolithic unable to set container requests and limits for jaeger-query container

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • Jaeger, Tempo
    • None
    • Tracing Sprint # 272 - Release, Tracing Sprint # 273

      tempo-operator.v0.15.4-1 

      unable to set container requests and limits for jaeger-query container. 

      The config below sets the request and limit for all other containers in the pod except for the jaeger-query container

      ~~~
      apiVersion: tempo.grafana.com/v1alpha1
      kind: TempoMonolithic
      metadata:
        name: sample
        namespace: tempo-test
      spec:
        jaegerui:
          authentication:
            enabled: true
            resources:
              limits:
                cpu: 500m
                memory: 500Mi
          enabled: true
          resources:
            limits:
              cpu: 600m
              memory: 600Mi
          route:
            enabled: true
        resources:
          limits:
            cpu: '1'
            memory: 2Gi
          requests:
            cpu: 150m
            memory: 250Mi
        storage:
          traces:
            backend: memory
            size: 2Gi  
      ~~~

              rvargasp@redhat.com Ruben Vargas Palma
              rhn-support-nigsmith Nigel Smith
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: