Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Magenta (0.2 sec)

  1. manifests/charts/istiod-remote/templates/configmap.yaml

          {{- else if eq .Values.global.proxy.tracer "datadog" }}
            datadog:
              # Address of the Datadog Agent
              address: {{ ((.Values.global.tracer).datadog).address | default "$(HOST_IP):8126" }}
          {{- else if eq .Values.global.proxy.tracer "stackdriver" }}
            stackdriver:
              # enables trace output to stdout.
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Mar 07 16:59:18 GMT 2024
    - 4.9K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/templates/configmap.yaml

          {{- else if eq .Values.global.proxy.tracer "datadog" }}
            datadog:
              # Address of the Datadog Agent
              address: {{ ((.Values.global.tracer).datadog).address | default "$(HOST_IP):8126" }}
          {{- else if eq .Values.global.proxy.tracer "stackdriver" }}
            stackdriver:
              # enables trace output to stdout.
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Mar 07 16:59:18 GMT 2024
    - 4.9K bytes
    - Viewed (0)
Back to top