Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Prometheus (0.2 sec)

  1. manifests/charts/istio-operator/templates/deployment.yaml

          labels:
            name: istio-operator
            {{- range $key, $val := .Values.podLabels }}
            {{ $key }}: "{{ $val }}"
            {{- end }}
          annotations:
            prometheus.io/port: "{{ .Values.operator.monitoring.port }}"
            prometheus.io/scrape: "true"
        {{- if .Values.podAnnotations }}
    {{ toYaml .Values.podAnnotations | indent 8 }}
        {{- end }}
        spec:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Aug 25 19:10:42 GMT 2023
    - 2.6K bytes
    - Viewed (0)
  2. helm/minio/templates/deployment.yaml

                - name: MINIO_CONFIG_ENV_FILE
                  value: "/tmp/minio-config-env/config.env"
                {{- end }}
                {{- if .Values.metrics.serviceMonitor.public }}
                - name: MINIO_PROMETHEUS_AUTH_TYPE
                  value: "public"
                {{- end }}
                {{- if .Values.oidc.enabled }}
                - name: MINIO_IDENTITY_OPENID_CONFIG_URL
                  value: {{ .Values.oidc.configUrl }}
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Mar 03 17:50:39 GMT 2024
    - 8.7K bytes
    - Viewed (0)
  3. manifests/charts/gateways/istio-ingress/templates/deployment.yaml

          annotations:
            istio.io/rev: {{ .Values.revision | default "default" | quote }}
            {{- if .Values.meshConfig.enablePrometheusMerge }}
            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            prometheus.io/path: "/stats/prometheus"
            {{- end }}
            sidecar.istio.io/inject: "false"
    {{- if $gateway.podAnnotations }}
    {{ toYaml $gateway.podAnnotations | indent 8 }}
    {{ end }}
        spec:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 12.1K bytes
    - Viewed (1)
  4. manifests/charts/gateways/istio-egress/templates/deployment.yaml

          annotations:
            istio.io/rev: {{ .Values.revision | default "default" | quote }}
            {{- if .Values.meshConfig.enablePrometheusMerge }}
            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            prometheus.io/path: "/stats/prometheus"
            {{- end }}
            sidecar.istio.io/inject: "false"
    {{- if $gateway.podAnnotations }}
    {{ toYaml $gateway.podAnnotations | indent 8 }}
    {{ end }}
        spec:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 12.1K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

            {{- range $key, $val := .Values.pilot.podLabels }}
            {{ $key }}: "{{ $val }}"
            {{- end }}
          annotations:
            {{- if .Values.meshConfig.enablePrometheusMerge }}
            prometheus.io/port: "15014"
            prometheus.io/scrape: "true"
            {{- end }}
            ambient.istio.io/redirection: disabled
            sidecar.istio.io/inject: "false"
            {{- if .Values.pilot.podAnnotations }}
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Feb 29 19:22:34 GMT 2024
    - 8.3K bytes
    - Viewed (0)
Back to top