Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sidecar (0.16 sec)

  1. manifests/charts/istio-cni/templates/daemonset.yaml

        rollingUpdate:
          maxUnavailable: {{ .Values.cni.rollingMaxUnavailable }}
      template:
        metadata:
          labels:
            k8s-app: istio-cni-node
            sidecar.istio.io/inject: "false"
            istio.io/dataplane-mode: none
          annotations:
            sidecar.istio.io/inject: "false"
            # Add Prometheus Scrape annotations
            prometheus.io/scrape: 'true'
            prometheus.io/port: "15014"
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  2. manifests/charts/ztunnel/templates/daemonset.yaml

      selector:
        matchLabels:
          app: ztunnel
      template:
        metadata:
          labels:
            sidecar.istio.io/inject: "false"
            istio.io/dataplane-mode: none
            app: ztunnel
    {{ with .Values.podLabels -}}{{ toYaml . | indent 8 }}{{ end }}
          annotations:
            sidecar.istio.io/inject: "false"
    {{ with .Values.podAnnotations -}}{{ toYaml . | indent 8 }}{{ end }}
        spec:
          nodeSelector:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 5.2K bytes
    - Viewed (0)
Back to top