Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-3169

Missing Documentation for setting CPU/Memory requests/limits to OSSM components(Jaeger, Kiali,Grafana)

XMLWordPrintable

      The steps for configuring the resources for the OSSM components should be documented in the OSSM documentation with examples.

      • Kiali:

      Define requests/limits under kiali.deployment.

      runtime:
      components:
      kiali.deployment:
      container:
      resources:
      limits:
      cpu: 90m
      memory: 245Mi
      requests:
      cpu: 30m
      memory: 108Mi

      • grafana-proxy and prometheus-proxy:

      Define requests/limits under oauthproxy.

      runtime:
      global.oauthproxy:
      container:
      resources:
      requests:
      cpu: 101m
      memory: 256Mi
      limits:
      cpu: 201m
      memory: 512Mi

      • Jaeger:

      Define requests/limits under tracing.jaeger.

      runtime:
      components:
      tracing.jaeger:
      container:
      resources:
      limits:
      cpu: 90m
      memory: 245Mi
      requests:
      cpu: 30m
      memory: 108Mi

            gmonahan Gwynne Monahan
            rhn-support-harsharm Harshvardhan Sharma (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: