Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for matchLabels (0.12 sec)

  1. tests/integration/pilot/common/routing.go

    }
    
    func peerAuthentication(app, mode string) string {
    	return fmt.Sprintf(`apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: %s
    spec:
      selector:
        matchLabels:
          app: %s
      mtls:
        mode: %s
    ---
    `, app, app, mode)
    }
    
    func globalPeerAuthentication(mode string) string {
    	return fmt.Sprintf(`apiVersion: security.istio.io/v1beta1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

        app.kubernetes.io/instance: grafana
        app.kubernetes.io/version: "11.0.0"
        app.kubernetes.io/managed-by: Helm
    spec:
      replicas: 1
      revisionHistoryLimit: 10
      selector:
        matchLabels:
          app.kubernetes.io/name: grafana
          app.kubernetes.io/instance: grafana
      strategy:
        type: RollingUpdate
      template:
        metadata:
          labels:
            app.kubernetes.io/name: grafana
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top