Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for io (0.27 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. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

          app: istiod
          istio.io/rev: {{ .Values.revision | default "default" }}
          {{- else }}
          istio: pilot
          {{- end }}
      template:
        metadata:
          labels:
            app: istiod
            istio.io/rev: {{ .Values.revision | default "default" }}
            install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
            sidecar.istio.io/inject: "false"
    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)
  3. manifests/charts/gateways/istio-egress/templates/deployment.yaml

            sidecar.istio.io/inject: "false"
          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 }}
    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)
  4. manifests/charts/gateways/istio-ingress/templates/deployment.yaml

            sidecar.istio.io/inject: "false"
          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 }}
    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)
  5. manifests/charts/gateway/templates/deployment.yaml

      template:
        metadata:
          {{- with .Values.podAnnotations }}
          annotations:
            {{- toYaml . | nindent 8 }}
          {{- end }}
          labels:
            sidecar.istio.io/inject: "true"
            {{- with .Values.revision }}
            istio.io/rev: {{ . | quote }}
            {{- end }}
            {{- include "gateway.podLabels" . | nindent 8 }}
        spec:
          {{- with .Values.imagePullSecrets }}
          imagePullSecrets:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 3.5K bytes
    - Viewed (0)
Back to top