Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for enid (0.12 sec)

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

      minAvailable: 1
      selector:
        matchLabels:
          app: istiod
          {{- if ne .Values.revision "" }}
          istio.io/rev: {{ .Values.revision | quote }}
          {{- else }}
          istio: pilot
          {{- end }}
    ---
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 749 bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-ingress/templates/poddisruptionbudget.yaml

        operator.istio.io/component: "IngressGateways"
    spec:
      minAvailable: 1
      selector:
        matchLabels:
    {{ $gateway.labels | toYaml | trim | indent 6 }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 666 bytes
    - Viewed (0)
  3. manifests/charts/gateway/templates/poddisruptionbudget.yaml

    spec:
      selector:
        matchLabels:
      {{- include "gateway.selectorLabels" . | nindent 6 }}
      {{- with .Values.podDisruptionBudget }}
        {{- toYaml . | nindent 2 }}
      {{- end }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu May 04 15:16:23 GMT 2023
    - 421 bytes
    - Viewed (0)
  4. helm/minio/templates/poddisruptionbudget.yaml

    apiVersion: policy/v1beta1
    {{- else }}
    apiVersion: policy/v1
    {{- end }}
    kind: PodDisruptionBudget
    metadata:
      name: minio
      labels:
        app: {{ template "minio.name" . }}
    spec:
      maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable }}
      selector:
        matchLabels:
          app: {{ template "minio.name" . }}
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 12 04:09:29 GMT 2023
    - 448 bytes
    - Viewed (0)
  5. manifests/charts/gateways/istio-egress/templates/poddisruptionbudget.yaml

        operator.istio.io/component: "EgressGateways"
    spec:
      minAvailable: 1
      selector:
        matchLabels:
    {{ $gateway.labels | toYaml | trim | indent 6 }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 664 bytes
    - Viewed (0)
Back to top