Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Prometheus (0.16 sec)

  1. manifests/charts/gateways/istio-egress/templates/injected-deployment.yaml

            istio.io/rev: {{ . }}
            {{- end }}
          annotations:
            {{- if .Values.meshConfig.enablePrometheusMerge }}
            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            prometheus.io/path: "/stats/prometheus"
            {{- end }}
            sidecar.istio.io/inject: "true"
            inject.istio.io/templates: "{{ $gateway.injectionTemplate }}"
    {{- if $gateway.podAnnotations }}
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 5K bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-ingress/templates/injected-deployment.yaml

            istio.io/rev: {{ . }}
            {{- end }}
          annotations:
            {{- if .Values.meshConfig.enablePrometheusMerge }}
            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            prometheus.io/path: "/stats/prometheus"
            {{- end }}
            sidecar.istio.io/inject: "true"
            inject.istio.io/templates: "{{ $gateway.injectionTemplate }}"
    {{- if $gateway.podAnnotations }}
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 5K bytes
    - Viewed (0)
Back to top