Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for selectCar (0.18 sec)

  1. manifests/charts/ztunnel/templates/daemonset.yaml

      labels:
        {{- .Values.labels | toYaml | nindent 4}}
      annotations:
        {{- .Values.annotations | toYaml | nindent 4 }}
    spec:
      updateStrategy:
        rollingUpdate:
          maxSurge: 1
          maxUnavailable: 0
      selector:
        matchLabels:
          app: ztunnel
      template:
        metadata:
          labels:
            sidecar.istio.io/inject: "false"
            app: ztunnel
    {{ with .Values.podLabels -}}{{ toYaml . | indent 8 }}{{ end }}
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Jan 26 20:34:28 GMT 2024
    - 5K bytes
    - Viewed (0)
  2. manifests/charts/istio-cni/templates/daemonset.yaml

        istio.io/rev: {{ .Values.revision | default "default" }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "Cni"
    spec:
      selector:
        matchLabels:
          k8s-app: istio-cni-node
      updateStrategy:
        type: RollingUpdate
        rollingUpdate:
          maxUnavailable: {{ .Values.cni.rollingMaxUnavailable }}
      template:
        metadata:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Feb 28 17:29:38 GMT 2024
    - 9.4K bytes
    - Viewed (0)
Back to top