Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for podLabels (0.17 sec)

  1. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

            operator.istio.io/component: "Pilot"
            {{- if ne .Values.revision "" }}
            istio: istiod
            {{- else }}
            istio: pilot
            {{- end }}
            {{- range $key, $val := .Values.pilot.podLabels }}
            {{ $key }}: "{{ $val }}"
            {{- end }}
            istio.io/dataplane-mode: none
          annotations:
            {{- if .Values.meshConfig.enablePrometheusMerge }}
            prometheus.io/port: "15014"
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 8.5K bytes
    - Viewed (0)
Back to top