Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for inspect (0.32 sec)

  1. 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 }}
    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)
  2. 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)
  3. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

          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"
            operator.istio.io/component: "Pilot"
            {{- if ne .Values.revision "" }}
            istio: istiod
            {{- else }}
            istio: pilot
            {{- end }}
    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)
  4. 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)
Back to top