Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for specs (0.12 sec)

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

        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "Pilot"
        release: {{ .Release.Name }}
        istio: pilot
    spec:
      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

        istio.io/rev: {{ .Values.revision | default "default" | quote }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        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

    apiVersion: policy/v1
    kind: PodDisruptionBudget
    metadata:
      name: {{ include "gateway.name" . }}
      namespace: {{ .Release.Namespace }}
      labels:
        {{- include "gateway.labels" . | nindent 4}}
    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. manifests/charts/gateways/istio-egress/templates/poddisruptionbudget.yaml

        istio.io/rev: {{ .Values.revision | default "default" | quote }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        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